]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
- extending todo list.
[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 ## Do install SCSI modules (if / is on SCSI partition)?
14 PROBESCSI=yes
15
16 ## Do install IDE modules (if / is on IDE partition)?
17 PROBEIDE=yes
18
19 ## Do install RAID modules (if RAID is used)?
20 PROBERAID=yes
This page took 0.155572 seconds and 3 git commands to generate.