aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
93# other miscellaneous setup 93# other miscellaneous setup
94mkdir $TARGET_DIR/initrd 94mkdir $TARGET_DIR/initrd
95mkdir $TARGET_DIR/proc 95mkdir $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.