$ wget https://github.com/gbraad-homelab/private-base/releases/download/latest/disk.qcow2 \
-O base.qcow2
$ sudo virt-install \
--name base --os-variant fedora-eln \
--cpu host --vcpus 4 --memory 4096 \
--import --disk ./base.qcow2,format=qcow2
To update the base or application, you can use the bootc update
-command.
$ ssh admin@<ip>
$ sudo bootc update
To change the base to a specific application, you can use the bootc switch
-command.
$ ssh admin@<ip>
$ sudo bootc switch ...
Possible values: