]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
- added /dev/mapper/control
[projects/geninitrd.git] / geninitrd.sysconfig
1 ## Basic modules to be loaded
2 #BASICMODULES=""
3
4 ## Modules that should be loaded before anything (i.e. jbd for ext3)
5 #PREMODS=""
6
7 ## Should initrd be compressed?
8 COMPRESS=yes
9
10 ## What filesystem to use (rom or ext2) (PLD has only romfs in kernel)?
11 #INITRDFS=rom
12
13 USE_UDEV=no
14
15 ## Do install software suspend modules?
16 #USE_SUSPEND=no
17
18 ## Do install SCSI modules (if / is on SCSI partition)?
19 PROBESCSI=yes
20
21 ## Do install IDE modules (if / is on IDE partition)?
22 PROBEIDE=yes
23
24 ## Do install RAID modules (if RAID is used)?
25 PROBERAID=yes
This page took 0.024083 seconds and 3 git commands to generate.