move Parameter

This commit is contained in:
Tobias Powalowski 2022-11-29 12:13:05 +01:00
parent 10357f3488
commit 4a5da76576

View file

@ -110,8 +110,8 @@ auto_mkinitcpio() {
HWDETECTMODULES=""
HWDETECTHOOKS=""
HWKVER=""
AUTO_MKINITCPIO=""
if [[ "${AUTO_MKINITCPIO}" = "" ]]; then
AUTO_MKINITCPIO=""
# check on nfs
if lsmod | grep -q ^nfs; then
DIALOG --defaultno --yesno "Setup detected nfs driver...\nDo you need support for booting from nfs shares?" 0 0 && HWPARAMETER="${HWPARAMETER} --nfs"