]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
luks: initial support for luks2 tokens
[projects/geninitrd.git] / geninitrd.sysconfig
1 ## Basic modules to be loaded
2 ## add dash prefix to module name if it's inexistence is not to be treated as fatal
3 #BASICMODULES="-tuxonice_compress"
4
5 ## Basic modules to include USB keyboard
6 #BASICMODULES="hid-generic usbhid xhci-pci ehci-pci ehci-hcd uhci-hcd ohci-hcd"
7
8 ## Modules that should be loaded before anything (i.e. jbd for ext3)
9 #PREMODS=""
10
11 ## Compression for the initrd.
12 ## xz / lzma / bzip2 / gzip / lzo.
13 ## yes (default) = the 'best' available is chosen.
14 #COMPRESS=yes
15
16 ## What filesystem to use (rom or ext2)?
17 # PLD Linux kernel has only romfs compiled in.
18 # Default is to use initramfs for >= 2.5.0.
19 #INITRDFS=initramfs
20
21 # Should we prepend cpu microcode when lilo is installed
22 #LILO_MICROCODE=no
23
24 ## Use udev to create /dev?
25 USE_UDEV=yes
26
27 ## Should udev make device nodes for staticly linked devices as well?
28 #PROBSTATICMODULES=yes
29
30 ## Use suspend to disk?
31 ## Conflicts with USE_TUXONICE
32 #USE_SUSPEND=no
33
34 ## Do install software tuxonice modules?
35 ## Conflicts with USE_SUSPEND
36 ## Formerly Suspend2
37 #USE_TUXONICE=no
38
39 ## Should we use splash image?
40 ## Use bootsplash with vesafb
41 #BOOT_SPLASH=yes
42 ## Use splashutils
43 #FB_SPLASH=yes
44
45 ## framebuffer module to load
46 #FBMODULE=
47
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 0.11695 seconds and 3 git commands to generate.