Highlight need for 32-bit kernel; use 4G ram by default

It will always fit within 4G RAM.
This commit is contained in:
fosslinux 2021-10-09 18:04:00 +11:00 committed by Andrius Štikonas
parent 622b4de875
commit c8998e9e71
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ Get me started!
1. ``git clone https://github.com/fosslinux/live-bootstrap``
2. ``git submodule update --init --recursive``
3. Provide a kernel (vmlinuz file) as the name kernel in the root of the
repository.
repository. **This must be a 32-bit kernel.**
4. ``./rootfs.py`` - ensure your account has kvm privileges and qemu
installed.