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