]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
Mount rootfs from initramfs with rootfsflags options.
[projects/geninitrd.git] / geninitrd.sysconfig
1 ## Basic modules to be loaded
2 #BASICMODULES=""
3
4 ## Basic modules to include USB keyboard
5 #BASICMODULES="usbhid ehci-hcd uhci-hcd ohci-hcd"
6
7 ## Modules that should be loaded before anything (i.e. jbd for ext3)
8 #PREMODS=""
9
10 ## Compression for the initrd.
11 ## xz / lzma / bzip2 / gzip / lzo.
12 ## yes (default) = the 'best' available is chosen.
13 #COMPRESS=yes
14
15 ## What filesystem to use (rom or ext2)?
16 # PLD Linux kernel has only romfs compiled in.
17 #INITRDFS=rom
18
19 ## Use udev to create /dev?
20 USE_UDEV=no
21
22 ## Should udev make device nodes for staticly linked devices as well?
23 #PROBSTATICMODULES=yes
24
25 ## Use suspend to disk?
26 ## Conflicts with USE_TUXONICE
27 USE_SUSPEND=no
28
29 ## Do install software tuxonice modules?
30 ## Conflicts with USE_SUSPEND
31 ## Formerly Suspend2
32 USE_TUXONICE=no
33
34 ## Should we use splash image?
35 ## Use bootsplash with vesafb
36 #BOOT_SPLASH=yes
37 ## Use splashutils
38 #FB_SPLASH=yes
39
40 ## framebuffer module to load
41 #FBMODULE=
42
43 # sleep after module loading
44 #MODULE_qla2xxx_USLEEP="2000000"
45
46 # install firmware to initrd
47 #MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
This page took 0.337026 seconds and 3 git commands to generate.