livecd.sh: Don't mess with xorg.conf anymore, we don't install one

by default.
ubuntu/precise
Timo Aaltonen 16 years ago
parent 9bf13c1229
commit 290c4c0515

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.87) UNRELEASED; urgency=low
* livecd.sh: Don't mess with xorg.conf anymore, we don't install one
by default.
-- Timo Aaltonen <tjaalton@ubuntu.com> Tue, 30 Jun 2009 23:20:20 +0300
livecd-rootfs (0.86) karmic; urgency=low livecd-rootfs (0.86) karmic; urgency=low
[ Scott Kitterman ] [ Scott Kitterman ]

@ -472,9 +472,6 @@ ${COMMENT}deb-src ${SECSRCMIRROR} ${STE}-security multiverse
# get rid of the .debs - we don't need them. # get rid of the .debs - we don't need them.
chroot ${ROOT} apt-get clean chroot ${ROOT} apt-get clean
rm -f ${ROOT}etc/X11/xorg.conf
# Restore an empty xorg.conf, else xserver-xorg postinst will be confused
touch ${ROOT}etc/X11/xorg.conf
rm -f ${ROOT}var/lib/apt/lists/*_* rm -f ${ROOT}var/lib/apt/lists/*_*
rm -f ${ROOT}var/spool/postfix/maildrop/* rm -f ${ROOT}var/spool/postfix/maildrop/*
# Removing update-notifier notes is now considered harmful: # Removing update-notifier notes is now considered harmful:

Loading…
Cancel
Save