Remove the D-Bus machine identifier from the livefs; it needs to be

unique, and it's generated at boot time if it's missing (LP: #322830).
ubuntu/precise
Colin Watson 16 years ago
parent e8ace97336
commit 0af7b83b7f

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (0.77) UNRELEASED; urgency=low
* Remove the D-Bus machine identifier from the livefs; it needs to be
unique, and it's generated at boot time if it's missing (LP: #322830).
-- Colin Watson <cjwatson@ubuntu.com> Thu, 29 Jan 2009 17:20:00 +0000
livecd-rootfs (0.76) jaunty; urgency=low
* Allow kernel-less builds for armel for now (see

@ -479,6 +479,9 @@ ${COMMENT}deb-src ${SECSRCMIRROR} ${STE}-security multiverse
rm -f ${ROOT}var/spool/postfix/maildrop/*
# Removing update-notifier notes is now considered harmful:
#rm -f ${ROOT}var/lib/update-notifier/user.d/*
# The D-Bus machine identifier needs to be unique, and is generated at
# boot time if it's missing.
rm -f ${ROOT}var/lib/dbus/machine-id
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

Loading…
Cancel
Save