tree: try something

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-18 23:24:34 +02:00
parent d053c824e2
commit b991c9d7f7
2 changed files with 0 additions and 7 deletions

View File

@ -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}"

View 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"