mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
can't divert conffiles... sigh.
This commit is contained in:
parent
d722595382
commit
a1e5fcc43b
6
debian/changelog
vendored
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
|
||||
|
||||
* 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.
|
||||
# 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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user