]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
Don't run ldd on dynamic linker
[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="usbhid 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 #INITRDFS=rom
19
20 ## Use udev to create /dev?
21 USE_UDEV=no
22
23 ## Should udev make device nodes for staticly linked devices as well?
24 #PROBSTATICMODULES=yes
25
26 ## Use suspend to disk?
27 ## Conflicts with USE_TUXONICE
28 USE_SUSPEND=no
29
30 ## Do install software tuxonice modules?
31 ## Conflicts with USE_SUSPEND
32 ## Formerly Suspend2
33 USE_TUXONICE=no
34
35 ## Should we use splash image?
36 ## Use bootsplash with vesafb
37 #BOOT_SPLASH=yes
38 ## Use splashutils
39 #FB_SPLASH=yes
40
41 ## framebuffer module to load
42 #FBMODULE=
43
44 # sleep after module loading
45 #MODULE_qla2xxx_USLEEP="2000000"
46
47 # install firmware to initrd
48 #MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
This page took 0.038203 seconds and 3 git commands to generate.