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 19853c19c5
commit 0d1dc91aab

View File

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