[uClibc-cvs] uClibc/docs/uclibc.org FAQ.html, 1.21, 1.22 index.html, 1.77, 1.78
Erik Andersen
andersen at uclibc.org
Thu Dec 11 07:41:51 UTC 2003
- Previous message: [uClibc-cvs] uClibc Rules.mak, 1.158, 1.159 Changelog, 1.22, 1.23 Changelog.full, 1.16, 1.17 Changelog.full.last, 1.1, 1.2
- Next message: [uClibc-cvs] uClibc/docs/uclibc.org other_libs.html,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/uClibc/docs/uclibc.org
In directory winder:/var/www/busybox/uclibc.org
Modified Files:
FAQ.html index.html
Log Message:
more minor cleanups
Index: index.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/index.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- index.html 11 Dec 2003 07:16:11 -0000 1.77
+++ index.html 11 Dec 2003 07:41:48 -0000 1.78
@@ -27,12 +27,6 @@
<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=
"http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
and is licensed under the
Index: FAQ.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/FAQ.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- FAQ.html 11 Dec 2003 07:16:11 -0000 1.21
+++ FAQ.html 11 Dec 2003 07:41:48 -0000 1.22
@@ -251,6 +251,21 @@
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>
- Previous message: [uClibc-cvs] uClibc Rules.mak, 1.158, 1.159 Changelog, 1.22, 1.23 Changelog.full, 1.16, 1.17 Changelog.full.last, 1.1, 1.2
- Next message: [uClibc-cvs] uClibc/docs/uclibc.org other_libs.html,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the uClibc-cvs
mailing list