diff options
-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 | |||
93 | # other miscellaneous setup | 93 | # other miscellaneous setup |
94 | mkdir $TARGET_DIR/initrd | 94 | mkdir $TARGET_DIR/initrd |
95 | mkdir $TARGET_DIR/proc | 95 | mkdir $TARGET_DIR/proc |
96 | $UCLIBC_DIR/ld.so-1/util/ldconfig -r $TARGET_DIR | ||
97 | 96 | ||
98 | 97 | ||
99 | # Done. Maybe do cleanup. | 98 | # Done. Maybe do cleanup. |