From 3c8893d03a64b49c0ad80ee00456525e1b409a51 Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 29 Dec 2012 13:44:59 -0500 Subject: work in progress on armhf/i.mx6 port --- config/hooks/kernel-image.sh.binary | 21 --------------------- 1 file changed, 21 deletions(-) delete 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 deleted file mode 100755 index 65ed75a..0000000 --- a/config/hooks/kernel-image.sh.binary +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -set -e - -# This script is necessary for squashfs (or any not-plainroot) builds, where -# the usual /live images end up inside the filesystem. - -# In these cases the kernel ships in three places, which is inefficient: -# enclosing binary /live (mangled) -# rootfs /live (mangled) -# rootfs /boot (original) - -echo "(re)Copying in kernel images..." -cp -a chroot/live/uInitrd chroot/live/uImage chroot/live/dtb binary/live/ - -# This reduces final image size significantly; original raw kernel files are -# still duplicated in /boot. -# Don't stop on errors, because this script may have already been run. -echo "Removing redundant kernel images..." -rm binary/live/vmlinuz-* || true -rm binary/live/initrd.img-* || true -- cgit v1.2.3