From 18c8ece239c6530224446264ef0827d07fe7f262 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 16 Dec 2012 23:48:24 +0100 Subject: Moving kexec-tools default preseeding into its own hook script. --- scripts/build/chroot_hacks | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'scripts/build') diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index 58f8e7064..1e7bce918 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -38,20 +38,6 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -# Handling default desktop configuration -case "${LB_MODE}" in - debian*) - # disable kexec-tools - if [ -e chroot/sbin/kexec ] - then - echo "kexec-tools kexec-tools/load_kexec boolean false" > chroot/root/preseed - Chroot chroot "debconf-set-selections /root/preseed" - rm -f chroot/root/preseed - Chroot chroot "dpkg-reconfigure kexec-tools" - fi - ;; -esac - case "${LB_BINARY_IMAGES}" in netboot) if [ ! -f chroot/sbin/mount.cifs ] -- cgit v1.2.3