forked from josch/mmdebstrap
make_mirror.sh: run ldconfig in case mmdebstrap chose fakechroot mode
This commit is contained in:
parent
d70dad0ac9
commit
7c65f61056
1 changed files with 5 additions and 0 deletions
|
@ -527,12 +527,17 @@ END
|
||||||
END
|
END
|
||||||
#libguestfs-test-tool
|
#libguestfs-test-tool
|
||||||
#export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
|
#export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1
|
||||||
|
#
|
||||||
|
# In case the rootfs was prepared in fakechroot mode, ldconfig has to
|
||||||
|
# run to populate /etc/ld.so.cache or otherwise fakechroot tests will
|
||||||
|
# fail to run.
|
||||||
guestfish -N "$tmpdir/debian-$DEFAULT_DIST.img"=disk:3G -- \
|
guestfish -N "$tmpdir/debian-$DEFAULT_DIST.img"=disk:3G -- \
|
||||||
part-disk /dev/sda mbr : \
|
part-disk /dev/sda mbr : \
|
||||||
part-set-bootable /dev/sda 1 true : \
|
part-set-bootable /dev/sda 1 true : \
|
||||||
mkfs ext2 /dev/sda1 : \
|
mkfs ext2 /dev/sda1 : \
|
||||||
mount /dev/sda1 / : \
|
mount /dev/sda1 / : \
|
||||||
tar-in "$tmpdir/debian-chroot.tar" / : \
|
tar-in "$tmpdir/debian-chroot.tar" / : \
|
||||||
|
command /sbin/ldconfig : \
|
||||||
extlinux / : \
|
extlinux / : \
|
||||||
copy-in "$tmpdir/extlinux.conf" / : \
|
copy-in "$tmpdir/extlinux.conf" / : \
|
||||||
mkdir-p /etc/systemd/system/multi-user.target.wants : \
|
mkdir-p /etc/systemd/system/multi-user.target.wants : \
|
||||||
|
|
Loading…
Reference in a new issue