# HG changeset patch # User Rob Landley # Date 1188586196 18000 # Node ID d922fe34cd5d504d3e316b5abcf9a16402d38772 # Parent b328036dbdb13e69ef0e741675bc7059dae9f91f Mention setup.sh on the about page. diff -r b328036dbdb1 -r d922fe34cd5d www/about.html --- 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.

+

sources/native/setup.sh: 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.)

+

More to come...