Adding upstream version 1.156.1.
[live-boot-grml.git] / hooks / live
index 8a1be02..32adfb6 100755 (executable)
@@ -80,8 +80,9 @@ then
         manual_add_modules cifs
 fi
 
-# Filesystem: ext3
+# Filesystem: ext3/ext4
 manual_add_modules ext3
+manual_add_modules ext4
 
 # Filesystem: jffs2
 manual_add_modules jffs2
@@ -149,9 +150,6 @@ else
 fi
 copy_exec /usr/bin/udevinfo /bin
 
-# Program: wc
-copy_exec /usr/bin/wc /bin
-
 # Program: wget
 if [ -x /usr/bin/wget ]
 then