From f444583042c2d4de34be1e4ab9dfc18790e88702 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Feb 2014 22:10:49 +0100 Subject: [PATCH] glibc: Include getconf in image. Also include missing getent for ARM. --- config/rootfiles/common/armv5tel/glibc | 4 ++-- config/rootfiles/common/i586/glibc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/armv5tel/glibc b/config/rootfiles/common/armv5tel/glibc index 28103897c..545386197 100644 --- a/config/rootfiles/common/armv5tel/glibc +++ b/config/rootfiles/common/armv5tel/glibc @@ -48,8 +48,8 @@ sbin/ldconfig #sbin/sln #usr/bin/catchsegv #usr/bin/gencat -#usr/bin/getconf -#usr/bin/getent +usr/bin/getconf +usr/bin/getent #usr/bin/iconv usr/bin/ldd usr/bin/locale diff --git a/config/rootfiles/common/i586/glibc b/config/rootfiles/common/i586/glibc index 5aad2b601..8eb200d93 100644 --- a/config/rootfiles/common/i586/glibc +++ b/config/rootfiles/common/i586/glibc @@ -48,7 +48,7 @@ sbin/ldconfig #sbin/sln #usr/bin/catchsegv #usr/bin/gencat -#usr/bin/getconf +usr/bin/getconf usr/bin/getent #usr/bin/iconv usr/bin/ldd -- 2.39.2