From 359d0ae806491d7172233c06fb2aa80b49505a2c Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 2 Jul 2024 20:33:23 +0200 Subject: [PATCH] boot: update Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index b6c1fcf9..d54c94a4 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -127,10 +127,10 @@ function bootDSM () { CMDLINE["vender_format_version"]="2" [ $(cat /proc/cpuinfo | grep Intel | wc -l) -gt 0 ] && CMDLINE["intel_pstate"]="disable" - if [ -n "$(ls /dev/mmcblk* 2>/dev/null)" ] && [ "${BUS}" != "mmc" ] && [ "${EMMCBOOT}" != "true" ]; then - [ "${CMDLINE['modprobe.blacklist']}" != "" ] && CMDLINE['modprobe.blacklist']+="," - CMDLINE['modprobe.blacklist']+="sdhci,sdhci_pci,sdhci_acpi" - fi + #if [ -n "$(ls /dev/mmcblk* 2>/dev/null)" ] && [ "${BUS}" != "mmc" ] && [ "${EMMCBOOT}" != "true" ]; then + # [ "${CMDLINE['modprobe.blacklist']}" != "" ] && CMDLINE['modprobe.blacklist']+="," + # CMDLINE['modprobe.blacklist']+="sdhci,sdhci_pci,sdhci_acpi" + #fi if [ "${DT}" == "true" ] && ! echo "epyc7002 purley broadwellnkv2" | grep -wq "${PLATFORM}"; then [ "${CMDLINE['modprobe.blacklist']}" != "" ] && CMDLINE['modprobe.blacklist']+="," CMDLINE['modprobe.blacklist']+="mpt3sas"