diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-13 17:26:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-13 17:26:39 +0000 |
commit | 08ed1a73f12e26d5392778b7998d9b8fef28f018 (patch) | |
tree | 6d5e59a7bcd5ae83c3fbc75d109ac5e95d216e85 /examples/bootfloppy | |
parent | 806c74fe19e7c316fa0715ad82d598c8e216fb13 (diff) | |
download | busybox-08ed1a73f12e26d5392778b7998d9b8fef28f018.tar.gz |
Don't mention ldconfig
Diffstat (limited to 'examples/bootfloppy')
-rw-r--r-- | examples/bootfloppy/bootfloppy.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/bootfloppy/bootfloppy.txt b/examples/bootfloppy/bootfloppy.txt index 36d6280af..090ef0499 100644 --- a/examples/bootfloppy/bootfloppy.txt +++ b/examples/bootfloppy/bootfloppy.txt @@ -84,11 +84,6 @@ The following steps will create a root file system. For this, just cp -a the etc/ directory onto rootfs. Again, if you want all the details, you can just look at the files in the dir. - - Run ldconfig so busybox and other binaries can have access to the libraries - that they need: - - (path to)uClibc/ld.so-1/util/ldconfig -r loop/ - - Unmount the rootfs from the mountpoint: umount loop |