limnh / journey

Notes and learnings along the way of becoming an engineer
0 stars 1 forks source link

2019-03-13 #19

Open limnh opened 5 years ago

limnh commented 5 years ago

Issues/Questions:

  1. is checksum required for this project? if so, what type should be used? sha256?

  2. what must be installed for this to run?

  3. is disk_compression needed for the qcow2 file? qemu-utils?

    • (boolean) - Apply compression to the QCOW2 disk file using qemu-img convert. Defaults to false.
  4. headless=true if we want the machine to build without a console?

  5. what format do these images need to be stored in?

Solutions:

  1. gonna ask at the end of this heads down timebox

  2. added sudo apt-get install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils to the shell script, both on barry's suggestion and the kvm documentation. accelerator will use this and requires it to be installed prior to the build.