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