Browse Source

more minor cleanups

Eric Andersen 22 years ago
parent
commit
c732abcf45
2 changed files with 15 additions and 6 deletions
  1. 15 0
      docs/uclibc.org/FAQ.html
  2. 0 6
      docs/uclibc.org/index.html

+ 15 - 0
docs/uclibc.org/FAQ.html

@@ -251,6 +251,21 @@ How could it be smaller and not suck?</a></h2>
     and use resize2fs to make them fill a partition...  Whatever works best for
     you.
 
+    <p>
+    The quickest way to get started using a root_fs image (using the i386
+    platform as an example) is:
+    <ul>
+    <li>Download root_fs_i386.bz2 from kernel.org</li>
+    <li>bunzip2 root_fs_i386.bz2</li>
+    <li>mkdir root_fs</li>
+    <li>su root</li>
+    <li>mount -o loop root_fs_i386 root_fs</li>
+    <li>chroot root_fs /bin/sh</li>
+    </ul>
+    Type "exit" to end the chroot session and return to the host system.
+    <p>
+
+
 
 <hr />
 <p>

+ 0 - 6
docs/uclibc.org/index.html

@@ -25,12 +25,6 @@ of storage, then using glibc may make more sense.  Unless, for
 example, that 12 Terabytes will be Network Attached Storage and
 you plan to burn Linux into the system's firmware...
 
-<p>
-
-uClibc is maintained by 
-<a href="http://www.codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
-
-
 <p>
 
 uClibc is maintained by <a href=