dracut: fix no_kernel typo

master
Harald Hoyer 2009-11-27 10:52:55 +01:00
parent f5b01e3c57
commit 4d6660c2ed
1 changed files with 1 additions and 1 deletions

2
dracut
View File

@ -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";;