aboutsummaryrefslogtreecommitdiff
path: root/www/downloads/binaries/mkroot/README
diff options
context:
space:
mode:
Diffstat (limited to 'www/downloads/binaries/mkroot/README')
-rw-r--r--www/downloads/binaries/mkroot/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/downloads/binaries/mkroot/README b/www/downloads/binaries/mkroot/README
new file mode 100644
index 00000000..84354221
--- /dev/null
+++ b/www/downloads/binaries/mkroot/README
@@ -0,0 +1,10 @@
+Bootable system images created by scripts/mkroot.sh:
+
+ LINUX=~/linux CROSS=allnonstop scripts/mkroot.sh
+
+Each system image is built from two packages: toybox and Linux.
+Run the ./qemu-*.sh script in the 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.
+
+See https://landley.net/toybox/FAQ.html#mkroot for details.