From 1a4fdf132dd418cc1b7fe221683153c0243810ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2013 05:54:23 +0200 Subject: Adding generic live-build handle in chroot_dpkg for other live packages to act upon. --- scripts/build/chroot_dpkg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/build/chroot_dpkg b/scripts/build/chroot_dpkg index e16eadc43..b1051ef47 100755 --- a/scripts/build/chroot_dpkg +++ b/scripts/build/chroot_dpkg @@ -59,6 +59,9 @@ EOF # Manual hacks for special packages + # Generic live-build handle for other live packages to act upon + touch chroot/.live-build + # samhain if [ -e /var/state/samhain/samhain_file ] then @@ -87,6 +90,9 @@ EOF # Manual hacks for special packages + # Generic live-build handle + rm -f chroot/.live-build + # flash-kernel rm -f chroot/usr/sbin/flash-kernel Chroot chroot dpkg-divert --rename --quiet --remove /usr/sbin/flash-kernel -- cgit v1.2.3