diff --git a/debian/changelog b/debian/changelog index ca8bd63c..c76458b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.22) hoary-cat-UNRELEASED; urgency=low + + * rm -f etc/X11/xorg.conf, per #13788 + + -- LaMont Jones Mon, 22 Aug 2005 21:50:58 -0600 + livecd-rootfs (0.21) hoary-cat; urgency=low * a bit more ports.ubuntu.com cleanup: deb-src still needs to point at diff --git a/livecd.sh b/livecd.sh index bdf5d147..e626fd51 100755 --- a/livecd.sh +++ b/livecd.sh @@ -229,6 +229,7 @@ deb-src ${SRCMIRROR} ${STE}-security main restricted # get rid of the .debs - we don't need them. chroot ${ROOT} apt-get clean + rm -f ${ROOT}etc/X11/xorg.conf rm -f ${ROOT}var/lib/apt/lists/*_* rm -f ${ROOT}var/spool/postfix/maildrop/* rm -f ${ROOT}var/lib/update-notifier/user.d/*