can't divert conffiles... sigh.

ubuntu/precise
LaMont Jones 20 years ago
parent d722595382
commit a1e5fcc43b

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (0.9) hoary; urgency=low
* Can't divert conffiles, nor do we need to anymore.
-- LaMont Jones <lamont@debian.org> Wed, 19 Jan 2005 16:54:45 -0700
livecd-rootfs (0.8) hoary; urgency=low livecd-rootfs (0.8) hoary; urgency=low
* Pre-generate some locales (en_{US,GB,ZA}.UTF-8) * Pre-generate some locales (en_{US,GB,ZA}.UTF-8)

@ -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. # 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 # sadly, udev's postinst does some actual work, so we can't just make it
# go away completely. # 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 for file in $DIVERTS; do
mkdir -p ${ROOT}${file%/*} mkdir -p ${ROOT}${file%/*}
sudo chroot $ROOT dpkg-divert --add --local \ sudo chroot $ROOT dpkg-divert --add --local \

Loading…
Cancel
Save