summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-27 10:52:55 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-27 10:52:55 +0100
commit4d6660c2ed2bb7b0a456cdabe1b612cd6bc55b71 (patch)
tree48ab853021ff07364a581e28f54c7e9c622e15e9
parentf5b01e3c5707b17f97631fddf073f497959784fd (diff)
dracut: fix no_kernel typo
-rwxr-xr-xdracut2
1 files changed, 1 insertions, 1 deletions
diff --git a/dracut b/dracut
index 6b8c536..91ca684 100755
--- 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";;