feat: Add scsi_mod.scan option for non-DT boot

This commit is contained in:
Ing 2024-08-13 21:13:34 +08:00
parent 05c69c06fe
commit 40b18cd8d4

View File

@ -174,6 +174,8 @@ if [ "${DT}" = "true" ] && ! echo "epyc7002 purley broadwellnkv2" | grep -wq "${
[ ! "${CMDLINE['modprobe.blacklist']}" = "" ] && CMDLINE['modprobe.blacklist']+="," [ ! "${CMDLINE['modprobe.blacklist']}" = "" ] && CMDLINE['modprobe.blacklist']+=","
CMDLINE['modprobe.blacklist']+="mpt3sas" CMDLINE['modprobe.blacklist']+="mpt3sas"
fi fi
else
CMDLINE['scsi_mod.scan']="sync"
fi fi
# CMDLINE['kvm.ignore_msrs']="1" # CMDLINE['kvm.ignore_msrs']="1"