]> git.pld-linux.org Git - projects/geninitrd.git/blob - geninitrd.sysconfig
Update file. Now in UTF-8 encoding.
[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 ## Use suspend to disk?
16 USE_SUSPEND=no
17
18 # Do install software suspend2 modules?
19 USE_SUSPEND2=no
20
21 ## Do install SCSI modules (if / is on SCSI partition)?
22 PROBESCSI=yes
23
24 ## Do install IDE modules (if / is on IDE partition)?
25 PROBEIDE=yes
26
27 ## Do install RAID modules (if RAID is used)?
28 PROBERAID=yes
This page took 0.052718 seconds and 3 git commands to generate.