Browse Source

dracut: fix no_kernel typo

master
Harald Hoyer 15 years ago
parent
commit
4d6660c2ed
  1. 2
      dracut

2
dracut

@ -82,7 +82,7 @@ while (($# > 0)); do
--filesystems) filesystems_l="$2"; shift;; --filesystems) filesystems_l="$2"; shift;;
-k|--kmoddir) drivers_dir_l="$2"; shift;; -k|--kmoddir) drivers_dir_l="$2"; shift;;
--fwdir) fw_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";; --no-kernel) kernel_only="no"; no_kernel="yes";;
--strip) do_strip_l="yes";; --strip) do_strip_l="yes";;
--nostrip) do_strip_l="no";; --nostrip) do_strip_l="no";;

Loading…
Cancel
Save