[readonly/geninitrd/BUSYBOX: 26/113] - uncomment COMPRESS=yes, FS=rom, PROBESCSI=yes, PROBEIDE=yes, PROBERAID=yes

draenog draenog at pld-linux.org
Sat Nov 2 19:12:13 CET 2013


commit a8a2ecbca00d0b7c3a75f997bacd545c8242c18f
Author: kloczek <kloczek at pld-linux.org>
Date:   Tue Jan 30 17:47:51 2001 +0000

    - uncomment COMPRESS=yes, FS=rom, PROBESCSI=yes, PROBEIDE=yes, PROBERAID=yes
    
    
    svn-id: @1178

 geninitrd.sysconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/geninitrd.sysconfig b/geninitrd.sysconfig
index 03bc990..0dbf22e 100644
--- a/geninitrd.sysconfig
+++ b/geninitrd.sysconfig
@@ -2,19 +2,19 @@
 #BASICMODULES=""
 
 ## Should initrd be compresses?
-#COMPRESS=yes
+COMPRESS=yes
 
 ## What filesystem to use (rom or ext2) (PLD has only romfs in kernel)?
-#FS=rom
+FS=rom
 
 ## Do install SCSI modules (if / is on SCSI partition)?
-#PROBESCSI=yes
+PROBESCSI=yes
 
 ## Do install IDE modules (if / is on IDE partition)?
-#PROBEIDE=yes
+PROBEIDE=yes
 
 ## Do install RAID modules (if RAID is used)?
-#PROBERAID=yes
+PROBERAID=yes
 
 ## Do use /sbin/bsp as command processor
 #USEBSP=yes
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/readonly/geninitrd.git/commitdiff/0999a53e93eedcf489380684b998ce04aaddf11c



More information about the pld-cvs-commit mailing list