]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut: fix no_kernel typo
authorHarald Hoyer <harald@redhat.com>
Fri, 27 Nov 2009 09:52:55 +0000 (10:52 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 27 Nov 2009 09:52:55 +0000 (10:52 +0100)
dracut

diff --git a/dracut b/dracut
index 6b8c5360dd798f6b4b1c41457b97fe7b11cb2c98..91ca6849c37177d1126fc19de7156fc00b602d4c 100755 (executable)
--- a/dracut
+++ b/dracut
@@ -82,7 +82,7 @@ while (($# > 0)); do
        --filesystems) filesystems_l="$2"; shift;;
        -k|--kmoddir) drivers_dir_l="$2"; shift;;
        --fwdir) fw_dir_l="$2"; shift;;
-       --kernel-only) kernel_only="yes"; nokernel="no";;
+       --kernel-only) kernel_only="yes"; no_kernel="no";;
        --no-kernel) kernel_only="no"; no_kernel="yes";;
        --strip) do_strip_l="yes";;
        --nostrip) do_strip_l="no";;