diff options
Diffstat (limited to 'config/hooks/kernel-image.sh.binary')
-rwxr-xr-x | config/hooks/kernel-image.sh.binary | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/hooks/kernel-image.sh.binary b/config/hooks/kernel-image.sh.binary deleted file mode 100755 index d4618dc..0000000 --- a/config/hooks/kernel-image.sh.binary +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -echo "re-copying kernel and initrd from chroot..." -cp chroot/boot/uImage binary/live/ -cp chroot/boot/uInitrd binary/live/ |