From a1e5fcc43b07bcf07d86f81851be7a375e0580fa Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Wed, 19 Jan 2005 23:56:17 +0000 Subject: [PATCH] can't divert conffiles... sigh. --- debian/changelog | 6 ++++++ livecd.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e583493..55d82bf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (0.9) hoary; urgency=low + + * Can't divert conffiles, nor do we need to anymore. + + -- LaMont Jones Wed, 19 Jan 2005 16:54:45 -0700 + livecd-rootfs (0.8) hoary; urgency=low * Pre-generate some locales (en_{US,GB,ZA}.UTF-8) diff --git a/livecd.sh b/livecd.sh index 2bdf6172..38c91b8f 100755 --- a/livecd.sh +++ b/livecd.sh @@ -58,7 +58,7 @@ debootstrap --exclude=udev,ubuntu-base $STE $ROOT $MIRROR # Just make a few things go away, which lets us skip a few other things. # sadly, udev's postinst does some actual work, so we can't just make it # go away completely. -DIVERTS="usr/sbin/mkinitrd usr/sbin/invoke-rc.d etc/init.d/dbus-1 sbin/udevd" +DIVERTS="usr/sbin/mkinitrd usr/sbin/invoke-rc.d sbin/udevd" for file in $DIVERTS; do mkdir -p ${ROOT}${file%/*} sudo chroot $ROOT dpkg-divert --add --local \