From bf4db1fb0478ce46183f22a2a96ebaf30b878a46 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Mon, 29 May 2006 01:01:56 +0000 Subject: [PATCH] reset the debconf frontend --- debian/changelog | 1 + livecd.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f678c0df..a3c81d51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ livecd-rootfs (0.27) UNRELEASED; urgency=low * Special-case kubuntu cloops to be slightly larger, so we don't overflow. * Make sparc use archive.ubuntu.com, it's no longer a ports arch. * Add xubuntu support to livecd.sh, including hackish workarounds. + * Reset the debconf frontend after we're all done with the chroot. [ LaMont Jones ] * umount /var/{run,lock} diff --git a/livecd.sh b/livecd.sh index fbc48864..8711c1e4 100755 --- a/livecd.sh +++ b/livecd.sh @@ -304,6 +304,9 @@ deb-src ${SECSRCMIRROR} ${STE}-security ${COMP} ln -s livecd.${FS}.initrd-"${SUBARCH}" livecd.${FS}.initrd ln -s livecd.${FS}.kernel-"${SUBARCH}" livecd.${FS}.kernel fi + # all done with the chroot; reset the deconf frontend, so Colin doesn't cry + echo RESET debconf/frontend | chroot $ROOT debconf-communicate + echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate livefs_cloop() {