]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
- add --with-udev
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 22:44:30 +0000 (22:44 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Oct 2006 22:44:30 +0000 (22:44 +0000)
svn-id: @7862

geninitrd

index b72136239a072d165d91c8b572ccc3bdb84974b2..5a27b414c6967011306a63a0a920d7c293fba782 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -57,7 +57,7 @@ usage () {
        echo "       [--with=<module>] [--image-version] [--fstab=<fstab>] [--nocompress]"
        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 "       [--without-bootsplash] [--lvmtoolsversion=1|2] [--with-udev] [--without-udev]"
        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)"
@@ -811,6 +811,9 @@ while [ $# -gt 0 ]; do
        --without-udev)
                USE_UDEV=
                ;;
+       --with-udev)
+               USE_UDEV="yes"
+               ;;
        --without-dmraid)
                USE_DMRAID=
                ;;
This page took 0.039133 seconds and 4 git commands to generate.