From 9434f0169aeeaa67f49c8a5c2f1e3d3f5e4f9da1 Mon Sep 17 00:00:00 2001 From: Gustavo De Nardin Date: Wed, 1 Aug 2007 13:53:48 +0000 Subject: don't create ld.so.conf in the chroot, as it prevents glibc from installing the real one, as found out by Anssi Hannula --- lib/Iurt/Chroot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Iurt/Chroot.pm') diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 82840a1..5167e93 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -498,7 +498,7 @@ sub build_chroot { "$tmp_chroot/etc/sysconfig", "$tmp_chroot/proc"); # create empty files - foreach ('/etc/ld.so.conf', '/etc/mtab') { + foreach ('/etc/mtab') { system($sudo, 'touch', "$tmp_chroot$_"); } -- cgit v1.2.1