From 15ce6410f43e7a3e90d9d06e80786c071a1007d9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 28 Mar 2024 22:03:12 -0500 Subject: [PATCH] Update README generation. --- mkroot/tar-for-web.sh | 8 ++++---- 1 file 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 -- 2.39.2