From feaf837d1d629be18323c73ada8aaecd4d34b5f1 Mon Sep 17 00:00:00 2001 From: Ing Date: Tue, 20 Aug 2024 15:48:30 +0800 Subject: [PATCH] chore: Comment out unnecessary ethtool command in init.sh --- files/initrd/opt/rr/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/rr/init.sh b/files/initrd/opt/rr/init.sh index b8606212..397a18c1 100755 --- a/files/initrd/opt/rr/init.sh +++ b/files/initrd/opt/rr/init.sh @@ -104,7 +104,7 @@ if [ ! "LOCALBUILD" = "${LOADER_DISK}" ]; then sleep 1 fi [ "${ETH::3}" = "eth" ] && ethtool -s ${ETH} wol g 2>/dev/null || true - [ "${ETH::3}" = "eth" ] && ethtool -K ${ETH} rxhash off 2>/dev/null || true + # [ "${ETH::3}" = "eth" ] && ethtool -K ${ETH} rxhash off 2>/dev/null || true done fi