diff options
author | Daniel Baumann <daniel@debian.org> | 2009-01-20 17:52:26 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:03 +0100 |
commit | c6e3f250dd26f951f32a34a18e7153a7a5d340a9 (patch) | |
tree | 2a9f9038f1f559314209d75ed378c4e8410ebd96 /hooks | |
parent | b087c373717f3cb34814d6b1eec20e27d185d32f (diff) | |
download | live-boot-c6e3f250dd26f951f32a34a18e7153a7a5d340a9.tar.gz live-boot-c6e3f250dd26f951f32a34a18e7153a7a5d340a9.zip |
Including wc in initramfs (Closes: #512413).
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/live | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |