X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap.sh;h=5386b2ca895937af0714c8a169c8654eb156080c;hb=d86b1dce34291e094a263ef1ec63486ba934fb24;hp=590049990e3be9e35aceae7ff07f458e323a3ef9;hpb=7195fe81a0b4781e53e6264eda4f495690795839;p=febootstrap.git diff --git a/febootstrap.sh b/febootstrap.sh index 5900499..5386b2c 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -124,6 +124,11 @@ mkdir -p "$target"/var/cache/yum/febootstrap/packages # error: unpacking of archive failed on file /proc: cpio: utime export FAKECHROOT_EXCLUDE_PATH=/proc +# Substitute some statically-linked commands. This is only supported +# in fakechroot > 2.9. For previous versions of fakechroot it is +# ignored. +export FAKECHROOT_CMD_SUBST=/sbin/ldconfig=/bin/true:/usr/sbin/glibc_post_upgrade.i686=/bin/true:/usr/sbin/glibc_post_upgrade.x86_64=/bin/true:/usr/sbin/build-locale-archive=/bin/true:/usr/sbin/libgcc_post_upgrade=/bin/true + # Make the device nodes inside the fake chroot. # (Copied from mock/backend.py) Why isn't there a base package which # creates these?