Skip to content

Commit

Permalink
Merge pull request #3087 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
tree: try something
  • Loading branch information
AuxXxilium authored Aug 18, 2024
2 parents dc5b9c4 + b991c9d commit 3b58f13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion files/initrd/opt/arc/arc-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
6 changes: 0 additions & 6 deletions files/initrd/opt/arc/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b58f13

Please sign in to comment.