mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-14 06:38:28 +00:00
livecd.sh: Don't mess with xorg.conf anymore, we don't install one
by default.
This commit is contained in:
parent
9bf13c1229
commit
290c4c0515
7
debian/changelog
vendored
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
|
||||
|
||||
[ Scott Kitterman ]
|
||||
|
@ -472,9 +472,6 @@ ${COMMENT}deb-src ${SECSRCMIRROR} ${STE}-security multiverse
|
||||
|
||||
# get rid of the .debs - we don't need them.
|
||||
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/spool/postfix/maildrop/*
|
||||
# Removing update-notifier notes is now considered harmful:
|
||||
|
Loading…
x
Reference in New Issue
Block a user