]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
- suspend2->tuxonice rename internally (old option preserved)
[projects/geninitrd.git] / geninitrd.sysconfig
1 ## Basic modules to be loaded
2 #BASICMODULES=""
3
4 ## Modules that should be loaded before anything (i.e. jbd for ext3)
5 #PREMODS=""
6
7 ## Should initrd be compressed?
8 COMPRESS=yes
9
10 ## What filesystem to use (rom or ext2)?
11 # PLD Linux kernel has only romfs compiled in.
12 #INITRDFS=rom
13
14 ## Use udev to create /dev?
15 #USE_UDEV=no
16
17 ## Should udev make device nodes for staticly linked devices as well?
18 #PROBSTATICMODULES=yes
19
20 ## Use suspend to disk?
21 ## Conflicts with USE_TUXONICE
22 USE_SUSPEND=no
23
24 ## Do install software tuxonice modules?
25 ## Conflicts with USE_SUSPEND
26 ## Formerly Suspend2
27 USE_TUXONICE=no
28
29 ## Should we use splash image?
30 # FB_SPLASH=yes
31
32 # sleep after module loading
33 #MODULE_qla2xxx_USLEEP="2000000"
34
35 # install firmware to initrd
36 #MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
37
This page took 0.092747 seconds and 4 git commands to generate.