]> git.pld-linux.org Git - projects/geninitrd.git/blame - geninitrd.sysconfig
Timeout here is not a good idea. rootfs cannot be mounted and kernel oopses due to...
[projects/geninitrd.git] / geninitrd.sysconfig
CommitLineData
f6c22db0
ER
1## Basic modules to be loaded
2## add dash prefix to module name if it's inexistence is not to be treated as fatal
976e02b4 3#BASICMODULES="-tuxonice_compress"
bb529f94 4
dd07e02f 5## Basic modules to include USB keyboard
9e77ea77 6#BASICMODULES="hid-generic usbhid xhci-pci ehci-pci ehci-hcd uhci-hcd ohci-hcd"
dd07e02f 7
daa6af40
PG
8## Modules that should be loaded before anything (i.e. jbd for ext3)
9#PREMODS=""
10
c552503c 11## Compression for the initrd.
d4846e3b 12## xz / lzma / bzip2 / gzip / lzo.
c552503c
ER
13## yes (default) = the 'best' available is chosen.
14#COMPRESS=yes
bb529f94 15
96d890e0
ER
16## What filesystem to use (rom or ext2)?
17# PLD Linux kernel has only romfs compiled in.
dfe1a27c
AM
18# Default is to use initramfs for >= 2.5.0.
19#INITRDFS=initramfs
bb529f94 20
96d890e0 21## Use udev to create /dev?
147754ca 22USE_UDEV=yes
326d9c3a 23
e4b07ddc 24## Should udev make device nodes for staticly linked devices as well?
25#PROBSTATICMODULES=yes
26
0fd311ad 27## Use suspend to disk?
1cd2aabd 28## Conflicts with USE_TUXONICE
609ff76a 29#USE_SUSPEND=no
0fd311ad 30
1cd2aabd
ER
31## Do install software tuxonice modules?
32## Conflicts with USE_SUSPEND
33## Formerly Suspend2
609ff76a 34#USE_TUXONICE=no
a0267e22 35
e4b07ddc 36## Should we use splash image?
950415eb
SP
37## Use bootsplash with vesafb
38#BOOT_SPLASH=yes
39## Use splashutils
40#FB_SPLASH=yes
e4b07ddc 41
ed30e3a8
ER
42## framebuffer module to load
43#FBMODULE=
44
a0267e22
AM
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 1.668169 seconds and 4 git commands to generate.