dracut: fix no_kernel typo
parent
f5b01e3c57
commit
4d6660c2ed
2
dracut
2
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";;
|
||||
|
|
Loading…
Reference in New Issue