Include ethtool binary for debugging network configuration during network boot
[live-boot-grml.git] / backend / initramfs-tools / live.hook
index 1efa687..4039345 100755 (executable)
@@ -264,4 +264,9 @@ then
        manual_add_modules 8021q
 fi
 
+if [ -x /sbin/ethtool ]
+then
+       copy_exec /sbin/ethtool
+fi
+
 [ "${QUIET}" ] || echo .