From 1246f3a1004c30b2dede0869030a8109c269f1e7 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 21 Jan 2010 22:52:36 +0000 Subject: [PATCH] Don't run new-kernel-pkg or nscd (RHBZ#557262). --- febootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/febootstrap.sh b/febootstrap.sh index 6b46ed4..2965a7e 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -168,7 +168,7 @@ 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 +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:/sbin/new-kernel-pkg=/bin/true:/usr/sbin/nscd=/bin/true # Use the libraries inside the chroot. export LD_LIBRARY_PATH="$target"/usr/lib64:"$target"/usr/lib:"$target"/lib64:"$target"/usr/lib -- 1.8.3.1