reset the debconf frontend

ubuntu/precise
Adam Conrad 19 years ago
parent bd90706bac
commit bf4db1fb04

1
debian/changelog vendored

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

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

Loading…
Cancel
Save