mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-29 03:41:21 +00:00
reset the debconf frontend
This commit is contained in:
parent
bd90706bac
commit
bf4db1fb04
1
debian/changelog
vendored
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.
|
* 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.
|
* Make sparc use archive.ubuntu.com, it's no longer a ports arch.
|
||||||
* Add xubuntu support to livecd.sh, including hackish workarounds.
|
* Add xubuntu support to livecd.sh, including hackish workarounds.
|
||||||
|
* Reset the debconf frontend after we're all done with the chroot.
|
||||||
|
|
||||||
[ LaMont Jones ]
|
[ LaMont Jones ]
|
||||||
* umount /var/{run,lock}
|
* 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}.initrd-"${SUBARCH}" livecd.${FS}.initrd
|
||||||
ln -s livecd.${FS}.kernel-"${SUBARCH}" livecd.${FS}.kernel
|
ln -s livecd.${FS}.kernel-"${SUBARCH}" livecd.${FS}.kernel
|
||||||
fi
|
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()
|
livefs_cloop()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user