]> git.pld-linux.org Git - projects/geninitrd.git/blame - geninitrd.sysconfig
Allow tuxonice snapshot device be device mapper device(LUKS, LVM, dmraid). Patch...
[projects/geninitrd.git] / geninitrd.sysconfig
CommitLineData
bb529f94
JK
1## Basic modules to be loaded
2#BASICMODULES=""
3
dd07e02f
ER
4## Basic modules to include USB keyboard
5#BASICMODULES="usbhid ehci-hcd uhci-hcd ohci-hcd"
6
daa6af40
PG
7## Modules that should be loaded before anything (i.e. jbd for ext3)
8#PREMODS=""
9
c552503c
ER
10## Compression for the initrd.
11## lzma / bzip2 / gzip.
12## yes (default) = the 'best' available is chosen.
13#COMPRESS=yes
bb529f94 14
96d890e0
ER
15## What filesystem to use (rom or ext2)?
16# PLD Linux kernel has only romfs compiled in.
6a5cc914 17#INITRDFS=rom
bb529f94 18
96d890e0 19## Use udev to create /dev?
273d0317 20USE_UDEV=no
326d9c3a 21
e4b07ddc 22## Should udev make device nodes for staticly linked devices as well?
23#PROBSTATICMODULES=yes
24
0fd311ad 25## Use suspend to disk?
1cd2aabd 26## Conflicts with USE_TUXONICE
fd4d1a17 27USE_SUSPEND=no
0fd311ad 28
1cd2aabd
ER
29## Do install software tuxonice modules?
30## Conflicts with USE_SUSPEND
31## Formerly Suspend2
32USE_TUXONICE=no
a0267e22 33
e4b07ddc 34## Should we use splash image?
950415eb
SP
35## Use bootsplash with vesafb
36#BOOT_SPLASH=yes
37## Use splashutils
38#FB_SPLASH=yes
e4b07ddc 39
ed30e3a8
ER
40## framebuffer module to load
41#FBMODULE=
42
a0267e22
AM
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.155382 seconds and 4 git commands to generate.