]> git.pld-linux.org Git - projects/geninitrd.git/blame - geninitrd.sysconfig
- fixed path (be consistent)
[projects/geninitrd.git] / geninitrd.sysconfig
CommitLineData
bb529f94
JK
1## Basic modules to be loaded
2#BASICMODULES=""
3
daa6af40
PG
4## Modules that should be loaded before anything (i.e. jbd for ext3)
5#PREMODS=""
6
7ee3a97c 7## Should initrd be compressed?
a8a2ecbc 8COMPRESS=yes
bb529f94 9
96d890e0
ER
10## What filesystem to use (rom or ext2)?
11# PLD Linux kernel has only romfs compiled in.
6a5cc914 12#INITRDFS=rom
bb529f94 13
96d890e0 14## Use udev to create /dev?
273d0317 15USE_UDEV=no
326d9c3a 16
e4b07ddc 17## Should udev make device nodes for staticly linked devices as well?
18#PROBSTATICMODULES=yes
19
0fd311ad 20## Use suspend to disk?
1cd2aabd 21## Conflicts with USE_TUXONICE
fd4d1a17 22USE_SUSPEND=no
0fd311ad 23
1cd2aabd
ER
24## Do install software tuxonice modules?
25## Conflicts with USE_SUSPEND
26## Formerly Suspend2
27USE_TUXONICE=no
a0267e22 28
e4b07ddc 29## Should we use splash image?
30# FB_SPLASH=yes
31
ed30e3a8
ER
32## framebuffer module to load
33#FBMODULE=
34
a0267e22
AM
35# sleep after module loading
36#MODULE_qla2xxx_USLEEP="2000000"
37
38# install firmware to initrd
39#MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
This page took 0.16354 seconds and 4 git commands to generate.