aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2024-03-28 22:03:12 -0500
committerRob Landley <rob@landley.net>2024-03-30 05:00:10 -0500
commit15ce6410f43e7a3e90d9d06e80786c071a1007d9 (patch)
tree474efa32cd213918e2ec92cfed9b87e583812f15
parentb19fece9bc95346a517d26d905d185a144293384 (diff)
downloadtoybox-15ce6410f43e7a3e90d9d06e80786c071a1007d9.tar.gz
Update README generation.
-rwxr-xr-xmkroot/tar-for-web.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/mkroot/tar-for-web.sh b/mkroot/tar-for-web.sh
index c31b2888..5bb6d80c 100755
--- a/mkroot/tar-for-web.sh
+++ b/mkroot/tar-for-web.sh
@@ -25,11 +25,11 @@ Bootable system images created by:
mkroot/mkroot.sh LINUX=~/linux CROSS=allnonstop
Each system image is built from two packages: toybox and linux.
-Run the ./qemu-*.sh script in each tarball to boot the system
-to a shell prompt under qemu. Run the "exit" command to shut down the
-virtual system and exit the emulator.
+The run-qemu.sh script in each tarball should boot the system
+to a shell prompt under qemu, exit from that shell to shut down the
+virtual system and stop the emulator.
-See https://landley.net/toybox/FAQ.html#mkroot for details.
+See https://landley.net/toybox/faq.html#mkroot for details.
Built from mkroot $(git describe --tags), and Linux $KVERS with patches in linux-patches/
EOF