]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Keep suspends in sync. 7386
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 May 2006 18:42:22 +0000 (18:42 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 6 May 2006 18:42:22 +0000 (18:42 +0000)
svn-id: @7386

geninitrd

index 883c7a595e642fe80a2d286ead51c1dd5fa97ad0..a44a1331ad793a3a6559d7147748563fc8629ccb 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -20,7 +20,7 @@ COMPRESS="yes"
 USERAIDSTART="yes"
 USEMDADMSTATIC="no"
 USEINSMODSTATIC="no"
-USE_SUSPEND="no"
+USE_SUSPEND="yes"
 USE_SUSPEND2="yes"
 uselvm="no"
 usenfs="no"
@@ -58,7 +58,7 @@ usage () {
        echo "       [--initrdfs=rom|ext2|cram] [--modules-conf=<modules.conf>]" 
        echo "       [--with-raidstart] [--without-raidstart] [--with-insmod-static]" 
        echo "       [--without-bootsplash] [--lvmtoolsversion=1|2] [--without-udev]"
-       echo "       [--with-suspend] [--without-suspend2] [--without-dmraid]"
+       echo "       [--without-suspend] [--without-suspend2] [--without-dmraid]"
        echo "       <initrd-image> <kernel-version>" 
        echo "       (ex: `basename $0` /boot/initrd-2.2.5-15.img 2.2.5-15)" 
        exit 1
@@ -712,8 +712,8 @@ while [ $# -gt 0 ]; do
        --without-bootsplash)
                BOOT_SPLASH="no"
                ;;
-       --with-suspend)
-               USE_SUSPEND="yes";
+       --without-suspend)
+               USE_SUSPEND="no";
                ;;
        --without-suspend2)
                USE_SUSPEND2="no";
This page took 0.045247 seconds and 4 git commands to generate.