changeset 207:d922fe34cd5d

Mention setup.sh on the about page.
author Rob Landley <rob@landley.net>
date Fri, 31 Aug 2007 13:49:56 -0500
parents b328036dbdb1
children 6850e0aaddde
files www/about.html
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/www/about.html	Wed Aug 29 20:45:34 2007 -0500
+++ b/www/about.html	Fri Aug 31 13:49:56 2007 -0500
@@ -80,5 +80,10 @@
 for use with qemu.  It currently does this using a User Mode Linux image
 created by the host-tools.sh script.</p>
 
+<p><b>sources/native/setup.sh</b>: A test script to run inside the native
+environment.  Mounts /proc and /sys, populates /dev, switches to a shell with
+command history, etc.  (Not quite a substitute for a real init script, but
+something to play with.)</p>
+
 <p><b>More to come...</b></p>
 <!--#include file="footer.html" -->