mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 02:09:52 +07:00
tree: try something
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
d053c824e2
commit
b991c9d7f7
@ -584,7 +584,6 @@ function synoinfoMenu() {
|
||||
writeConfigKey "synoinfo.support_trim" "yes" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "synoinfo.support_disk_hibernation" "yes" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "synoinfo.support_btrfs_dedupe" "yes" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "synoinfo.support_tiny_btrfs_dedupe" "yes" "${USER_CONFIG_FILE}"
|
||||
dialog --backtitle "$(backtitle)" --title "Add Trim/Dedup to Synoinfo" --aspect 18 \
|
||||
--msgbox "Synoinfo set successful!" 0 0
|
||||
writeConfigKey "arc.builddone" "false" "${USER_CONFIG_FILE}"
|
||||
|
@ -162,12 +162,6 @@ if [ "${DT}" == "true" ] && ! echo "epyc7002 purley broadwellnkv2" | grep -wq "$
|
||||
[ ! "${CMDLINE['modprobe.blacklist']}" = "" ] && CMDLINE['modprobe.blacklist']+=","
|
||||
CMDLINE['modprobe.blacklist']+="mpt3sas"
|
||||
fi
|
||||
else
|
||||
# Check for PVSCSI
|
||||
PVSCSI="$(lsmod | grep vmw_pvscsi | wc -l)" # KVM or VMware
|
||||
if [ ${PVSCSI} -eq 0 ]; then
|
||||
CMDLINE['scsi_mod.scan']="sync" # Don't sync if not running on Hypervisor
|
||||
fi
|
||||
fi
|
||||
# CMDLINE['kvm.ignore_msrs']="1"
|
||||
# CMDLINE['kvm.report_ignored_msrs']="0"
|
||||
|
Loading…
Reference in New Issue
Block a user