|
|
|
@ -1,4 +1,10 @@ |
|
|
|
|
## Installation |
|
|
|
|
If you have a ubuntu iso you want to use then create the `libvirt/vm` folder and copy it there to `ubuntu20_04.iso` |
|
|
|
|
``` |
|
|
|
|
mkdir ~/mirror-env/libvirt/vm |
|
|
|
|
cp <ubuntu iso> ~/mirror-env/libvirt/vm/ubuntu20_04.iso |
|
|
|
|
``` |
|
|
|
|
Note: the `libvirt/vm` folder and everything in it will be deleted by `cleanup.yml` |
|
|
|
|
### Prerequisites (debian) |
|
|
|
|
|
|
|
|
|
Install QEMU and KVM |
|
|
|
|