summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-20 17:52:26 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:03 +0100
commitc6e3f250dd26f951f32a34a18e7153a7a5d340a9 (patch)
tree2a9f9038f1f559314209d75ed378c4e8410ebd96 /hooks
parentb087c373717f3cb34814d6b1eec20e27d185d32f (diff)
downloadlive-boot-c6e3f250dd26f951f32a34a18e7153a7a5d340a9.tar.gz
live-boot-c6e3f250dd26f951f32a34a18e7153a7a5d340a9.zip
Including wc in initramfs (Closes: #512413).
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/live3
1 files changed, 3 insertions, 0 deletions
diff --git a/hooks/live b/hooks/live
index f2984f4..8a1be02 100755
--- a/hooks/live
+++ b/hooks/live
@@ -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