can't divert conffiles... sigh.

This commit is contained in:
LaMont Jones 2005-01-19 23:56:17 +00:00
parent d722595382
commit a1e5fcc43b
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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
* Pre-generate some locales (en_{US,GB,ZA}.UTF-8)

View File

@ -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 \