diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-16 23:48:24 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:02 +0200 |
commit | cf1de1682b60712a4de7cb262df8767b35648868 (patch) | |
tree | 5ed9d361392f72e35eda71b708ecd5bcc8d21c12 /scripts/build | |
parent | b1b7e909c77fd7731e9b9a8e5991ee32752d3fc5 (diff) | |
download | vyos-live-build-cf1de1682b60712a4de7cb262df8767b35648868.tar.gz vyos-live-build-cf1de1682b60712a4de7cb262df8767b35648868.zip |
Moving kexec-tools default preseeding into its own hook script.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/chroot_hacks | 14 |
1 files changed, 0 insertions, 14 deletions
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 ] |