projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48cc89b
)
Eliminate ldconfig which is no longer built by
author
Eric Andersen
<andersen@codepoet.org>
Fri, 21 Sep 2001 06:05:35 +0000
(06:05 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 21 Sep 2001 06:05:35 +0000
(06:05 -0000)
default (or needed) with uClibc.
examples/bootfloppy/mkrootfs.sh
patch
|
blob
|
history
diff --git
a/examples/bootfloppy/mkrootfs.sh
b/examples/bootfloppy/mkrootfs.sh
index b59b57af0e5efde0896464a5d8936a1b4d2c7764..e56d10469a11fd7800ae25fc009128eea3404e2b 100755
(executable)
--- 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.