From d50de354390413424cd53e997665ddb16c13c25e Mon Sep 17 00:00:00 2001 From: ficus Date: Fri, 23 Nov 2012 03:18:35 +0100 Subject: clean up kernel image scripts --- config/hooks/kernel-image.sh.binary | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 config/hooks/kernel-image.sh.binary (limited to 'config/hooks/kernel-image.sh.binary') diff --git a/config/hooks/kernel-image.sh.binary b/config/hooks/kernel-image.sh.binary new file mode 100755 index 0000000..2b4d094 --- /dev/null +++ b/config/hooks/kernel-image.sh.binary @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +echo "(re)Copying in kernel images..." +cp -a chroot/live/uInitrd chroot/live/uImage chroot/live/dtb binary/live/ -- cgit v1.2.3