]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
echo not execute (typo fix)
[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 ## Use suspend to disk?
18 USE_SUSPEND=no
19
20 # Do install software suspend2 modules?
21 USE_SUSPEND2=no
22
23 # sleep after module loading
24 #MODULE_qla2xxx_USLEEP="2000000"
25
26 # install firmware to initrd
27 #MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
28
This page took 0.049214 seconds and 3 git commands to generate.