diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-21 06:05:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-21 06:05:35 +0000 |
commit | f8f6e624bb5b0cbe418356e02a8a61b445c5bd66 (patch) | |
tree | c0b6d51cd80c7d68808f733118a0efa88a8b2df2 /examples/bootfloppy | |
parent | 48cc89b7381d255299229402b72c6ccc838515f0 (diff) |
Eliminate ldconfig which is no longer built by
default (or needed) with uClibc.
Diffstat (limited to 'examples/bootfloppy')
-rwxr-xr-x | examples/bootfloppy/mkrootfs.sh | 1 |
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. |