Including wc in initramfs (Closes: #512413).
authorDaniel Baumann <daniel@debian.org>
Tue, 20 Jan 2009 16:52:26 +0000 (17:52 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:03 +0000 (17:48 +0100)
hooks/live

index f2984f4..8a1be02 100755 (executable)
@@ -149,6 +149,9 @@ else
 fi
 copy_exec /usr/bin/udevinfo /bin
 
+# Program: wc
+copy_exec /usr/bin/wc /bin
+
 # Program: wget
 if [ -x /usr/bin/wget ]
 then