blob: 2426913df1e8208b16830fe8669136222a59d7ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# List of modules that you want to include in your initramfs.
#
# Syntax: module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod
xen_blkfront
hv_storvsc
|