diff --git a/debian/changelog b/debian/changelog index 35a4c081..ca8bd63c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -livecd-rootfs (0.21) hoary-cat-UNRELEASED; urgency=low +livecd-rootfs (0.21) hoary-cat; urgency=low * a bit more ports.ubuntu.com cleanup: deb-src still needs to point at archive.ubuntu.com. * postfix isn't there anymore, make the postfix stripping stuff conditional. + * nuke the update-notifier messages - -- LaMont Jones Wed, 1 Jun 2005 00:08:09 -0600 + -- LaMont Jones Thu, 18 Aug 2005 12:09:49 -0600 livecd-rootfs (0.20) hoary-cat; urgency=low diff --git a/livecd.sh b/livecd.sh index 91339132..bdf5d147 100755 --- a/livecd.sh +++ b/livecd.sh @@ -231,6 +231,7 @@ deb-src ${SRCMIRROR} ${STE}-security main restricted chroot ${ROOT} apt-get clean rm -f ${ROOT}var/lib/apt/lists/*_* rm -f ${ROOT}var/spool/postfix/maildrop/* + rm -f ${ROOT}var/lib/update-notifier/user.d/* chroot $ROOT apt-get update || true # give them fresh lists, but don't fail rm -f ${ROOT}etc/resolv.conf ${ROOT}etc/mailname if [ -f ${ROOT}/etc/postfix/main.cf ]; then