From 3c2713577bbea3dd84974ec84db7bf7518b5f81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 13 Oct 2021 18:01:31 +0100 Subject: [PATCH] Update README with correct rootfs.py arguments. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ed562f6..8bffd5e 100644 --- a/README.rst +++ b/README.rst @@ -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.