aboutsummaryrefslogtreecommitdiff
path: root/examples/bootfloppy
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-21 06:05:35 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-21 06:05:35 +0000
commitf8f6e624bb5b0cbe418356e02a8a61b445c5bd66 (patch)
treec0b6d51cd80c7d68808f733118a0efa88a8b2df2 /examples/bootfloppy
parent48cc89b7381d255299229402b72c6ccc838515f0 (diff)
downloadbusybox-f8f6e624bb5b0cbe418356e02a8a61b445c5bd66.tar.gz
Eliminate ldconfig which is no longer built by
default (or needed) with uClibc.
Diffstat (limited to 'examples/bootfloppy')
-rwxr-xr-xexamples/bootfloppy/mkrootfs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bootfloppy/mkrootfs.sh b/examples/bootfloppy/mkrootfs.sh
index b59b57af0..e56d10469 100755
--- a/examples/bootfloppy/mkrootfs.sh
+++ b/examples/bootfloppy/mkrootfs.sh
@@ -93,7 +93,6 @@ ln -s /proc/mounts $TARGET_DIR/etc/mtab
# other miscellaneous setup
mkdir $TARGET_DIR/initrd
mkdir $TARGET_DIR/proc
-$UCLIBC_DIR/ld.so-1/util/ldconfig -r $TARGET_DIR
# Done. Maybe do cleanup.