svn commit: trunk/busybox/docs/busybox.net

landley at busybox.net landley at busybox.net
Thu Jun 29 04:59:14 UTC 2006


Author: landley
Date: 2006-06-28 21:59:11 -0700 (Wed, 28 Jun 2006)
New Revision: 15542

Log:
Minor update on init not working.


Modified:
   trunk/busybox/docs/busybox.net/FAQ.html


Changeset:
Modified: trunk/busybox/docs/busybox.net/FAQ.html
===================================================================
--- trunk/busybox/docs/busybox.net/FAQ.html	2006-06-28 14:36:50 UTC (rev 15541)
+++ trunk/busybox/docs/busybox.net/FAQ.html	2006-06-29 04:59:11 UTC (rev 15542)
@@ -349,8 +349,11 @@
 <p>
 <h2><a name="init">Busybox init isn't working!</a></h2>
 <p>
-    Build a statically linked version of the following "hello world" program
-    with your cross compiler toolchain.
+    Init is the first program that runs, so it might be that no programs are
+    working on your new system because of a problem with your cross-compiler,
+    kernel, console settings, shared libraries, root filesystem...  To rule all
+    that out, first build a statically linked version of the following "hello
+    world" program with your cross compiler toolchain:
 </p>
 <pre>
 #include &lt;stdio.h&gt;
@@ -371,7 +374,9 @@
 <p>
     Once you've got it working statically linked, try getting it to work
     dynamically linked.  Then read the FAQ entry <a href="#build_system">How
-    do I build a BusyBox-based system?</a>
+    do I build a BusyBox-based system?</a>, and the
+    <a href="/downloads/BusyBox.html#item_init">documentation for BusyBox
+    init</a>.
 </p>
 
 <hr />




More information about the busybox-cvs mailing list