reset the debconf frontend

This commit is contained in:
Adam Conrad 2006-05-29 01:01:56 +00:00
parent bd90706bac
commit bf4db1fb04
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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}

View File

@ -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()
{