mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Remove rootfs.sh
This commit is contained in:
parent
713fd9143f
commit
f090ddc5bb
4 changed files with 6 additions and 399 deletions
|
|
@ -19,12 +19,12 @@ 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.
|
||||
4. ``./rootfs.sh`` - ensure your account has kvm privileges and qemu
|
||||
4. ``./rootfs.py`` - ensure your account has kvm privileges and qemu
|
||||
installed.
|
||||
|
||||
a. Alternatively, run ``./rootfs.sh chroot`` to run it in a chroot.
|
||||
b. Alternatively, run ``./rootfs.sh`` but don’t run the actual
|
||||
virtualization and instead copy sysa/tmp/initramfs.igz to a USB or
|
||||
a. Alternatively, run ``./rootfs.py --chroot`` to run it in a chroot.
|
||||
b. Alternatively, run ``./rootfs.py`` but don’t run the actual
|
||||
virtualization and instead copy sysa/tmp/initramfs to a USB or
|
||||
some other device and boot from bare metal.
|
||||
|
||||
5. Wait.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue