]> git.pld-linux.org Git - projects/geninitrd.git/blame - geninitrd.sysconfig
luks: initial support for luks2 tokens
[projects/geninitrd.git] / geninitrd.sysconfig
CommitLineData
f6c22db0
ER
1## Basic modules to be loaded
2## add dash prefix to module name if it's inexistence is not to be treated as fatal
976e02b4 3#BASICMODULES="-tuxonice_compress"
bb529f94 4
dd07e02f 5## Basic modules to include USB keyboard
9e77ea77 6#BASICMODULES="hid-generic usbhid xhci-pci ehci-pci ehci-hcd uhci-hcd ohci-hcd"
dd07e02f 7
daa6af40
PG
8## Modules that should be loaded before anything (i.e. jbd for ext3)
9#PREMODS=""
10
c552503c 11## Compression for the initrd.
d4846e3b 12## xz / lzma / bzip2 / gzip / lzo.
c552503c
ER
13## yes (default) = the 'best' available is chosen.
14#COMPRESS=yes
bb529f94 15
96d890e0
ER
16## What filesystem to use (rom or ext2)?
17# PLD Linux kernel has only romfs compiled in.
dfe1a27c
AM
18# Default is to use initramfs for >= 2.5.0.
19#INITRDFS=initramfs
bb529f94 20
b565e95c
AM
21# Should we prepend cpu microcode when lilo is installed
22#LILO_MICROCODE=no
23
96d890e0 24## Use udev to create /dev?
147754ca 25USE_UDEV=yes
326d9c3a 26
e4b07ddc 27## Should udev make device nodes for staticly linked devices as well?
28#PROBSTATICMODULES=yes
29
0fd311ad 30## Use suspend to disk?
1cd2aabd 31## Conflicts with USE_TUXONICE
609ff76a 32#USE_SUSPEND=no
0fd311ad 33
1cd2aabd
ER
34## Do install software tuxonice modules?
35## Conflicts with USE_SUSPEND
36## Formerly Suspend2
609ff76a 37#USE_TUXONICE=no
a0267e22 38
e4b07ddc 39## Should we use splash image?
950415eb
SP
40## Use bootsplash with vesafb
41#BOOT_SPLASH=yes
42## Use splashutils
43#FB_SPLASH=yes
e4b07ddc 44
ed30e3a8
ER
45## framebuffer module to load
46#FBMODULE=
47
a0267e22
AM
48# sleep after module loading
49#MODULE_qla2xxx_USLEEP="2000000"
50
51# install firmware to initrd
52#MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
This page took 2.620152 seconds and 4 git commands to generate.