Update README with correct rootfs.py arguments.

This commit is contained in:
Andrius Štikonas 2021-10-13 18:01:31 +01:00
parent 98ea0a4c2e
commit 3c2713577b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Get me started!
2. ``git submodule update --init --recursive``
3. Provide a kernel (vmlinuz file) as the name kernel in the root of the
repository. **This must be a 32-bit kernel.**
4. ``./rootfs.py`` - ensure your account has kvm privileges and qemu
4. ``./rootfs.py --qemu`` - ensure your account has kvm privileges and qemu
installed.
a. Alternatively, run ``./rootfs.py --chroot`` to run it in a chroot.