Incus OS¶
This example launches an Incus OS virtual machine.
Using an existing ISO¶
This variant expects you to provide an existing Incus OS ISO file on the host.
Source file: incus-os.yaml
Edit the ISO_FILE path in the YAML file, then run:
incus-apply incus-os.yaml
Generating the ISO¶
This variant generates a customized installation ISO inside an ephemeral Alpine virtual machine.
An ephemeral Alpine VM runs
flasher-tool.The tool generates an Incus OS ISO with seed data baked in.
The seed data includes the host client certificate, so the installed system trusts the host automatically.
The generated ISO is written to the host
/tmpdirectory and then used to launch the installation.
Source file: incus-os-download.yaml
incus-apply incus-os-download.yaml
Canonical source files: