Lines Matching refs:rootfs
19 * **rootfs.sh** is used to generate Ubuntu root file system images to be used for QEMU system mode …
32 Create Ubuntu root file system image for QEMU system emulation with rootfs.sh
35 **Example:** generate Ubuntu Bionic (armhf) rootfs image of size 1 GB
38 $ bash rootfs.sh --arch armhf --distro bionic --size 1G
40 **Example:** generate Ubuntu Focal (arm64) rootfs image of size 2 GB
43 $ bash rootfs.sh --arch arm64 --distro focal --size 2G
45 rootfs.sh has been tested for generating Ubuntu Bionic and Focal images but they can be used to gen…
47 rootfs.sh defaults username of generated image to your current username on host computer.
103 $ sudo bash run-qemu.sh --arch arm --rootfs <path of rootfs image>
104 $ sudo bash run-qemu.sh --arch arm64 --rootfs <path of rootfs image>
109 $ sudo bash run-qemu.sh --arch arm64 --rootfs <path of rootfs image> \