Contribution-oriented fork for parabola-vmbootstrap
Go to file
Andreas Grapentin 342af012f1
cleanup commit
2019-03-15 10:10:47 +01:00
src cleanup commit 2019-03-15 10:10:47 +01:00
.gitignore cleanup commit 2019-03-15 10:10:47 +01:00
boot.sh cleanup commit 2019-03-15 10:10:47 +01:00
COPYING applying GPL 2017-12-31 22:58:55 +01:00
create.sh full rewrite to add more risc-v 2018-04-24 17:58:58 +02:00
README full rewrite to add more risc-v 2018-04-24 17:58:58 +02:00

parabola-imagebuilder
=====================

This is a collection of scripts creating parabola images for use with qemu.

image creation
--------------

To create a new virtual machine image, run
  $> sudo ./create.sh

The creation is influenced by the following environment variables:

 ARCH - the target architecture of the image. default: armv7h

 SIZE - the size of the root image. default: 64GiB

 MIRROR - the mirror used to pacstrap the image, anything valid in a `Server =`
          line can go here.
          default: https://redirector.parabola.nu/\$repo/os/\$arch}

The created images are stored in the build/ directory.


virtual machine start
---------------------

To boot a created virtual machine, run
  $> sudo ./boot.sh [path to created image]

The start.sh script assumes that you want a throwaway session, so it will start
the virtual machine in snapshot mode, and changes during the session will be
discarded.