summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorLars Müller2007-01-20 20:25:40 +0100
committerLars Müller2007-01-20 20:25:40 +0100
commita6f92bcf330c94c86d387e1a40a1181495f7ab51 (patch)
treedf54c003d9def2157f1755e4448ca688c3281bc2 /installer
parentStore the return code and pass it on error to the error message (diff)
downloadcore-a6f92bcf330c94c86d387e1a40a1181495f7ab51.tar.gz
core-a6f92bcf330c94c86d387e1a40a1181495f7ab51.tar.xz
core-a6f92bcf330c94c86d387e1a40a1181495f7ab51.zip
Revert accidently checkin part of rev 625.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@632 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/slxossetup3
1 files changed, 1 insertions, 2 deletions
diff --git a/installer/slxossetup b/installer/slxossetup
index 8855ddc6..c6dbe947 100755
--- a/installer/slxossetup
+++ b/installer/slxossetup
@@ -121,8 +121,7 @@ function setup_busybox_chroot()
cp -p /etc/resolv.conf "${CHROOT_DIR}/etc/"
# FIXME this might not be enough to satisfy the resolver
-# for file in /lib/libnss_dns* /lib/libresolv*; do
- for file in /lib/xxlib_dns* /lib/xxlibresolv*; do
+ for file in /lib/libnss_dns* /lib/libresolv*; do
test -e "${file}" || \
continue
dir="${CHROOT_DIR}/${file%/*}"