xref: /aosp_15_r20/external/toybox/www/downloads/binaries/mkroot/README (revision cf5a6c84e2b8763fc1a7db14496fd4742913b199)
1Bootable system images created by scripts/mkroot.sh:
2
3  LINUX=~/linux CROSS=allnonstop scripts/mkroot.sh
4
5Each system image is built from two packages: toybox and Linux.
6Run the ./qemu-*.sh script in the tarball to boot the system
7to a shell prompt under qemu. Run the "exit" command to shut down the
8virtual system and exit the emulator.
9
10See https://landley.net/toybox/FAQ.html#mkroot for details.
11