- image
- Pre-built operating system installations.
- Images can be built locally or downloaded from a remote image server.
- profile
- Incus profile applied to your instance at launch.
- Your profiles are stored at
~/.config/blincus/profiles
- Original demonstration profiles are stored at
~/.local/share/blincus/profiles
- cloud-init
- YAML-based initialization document that specifies provisioning users, ssh keys, packages, files and more
- Images with
cloud-init
installed will execute the provided configuration at instance launch. - scripts
- Shared, distribution specific scripts that will be mounted into your instance at
/opt/scripts
- Your scripts are stored at
~/.config/blincus/scripts
- Original demonstration scripts are stored at
~/.local/share/blincus/scripts
- template
- A template is a launch specification that combines one or more
profiles
, a base image, a scripts directory reference, and sometimes acloud-init
reference. - Your templates are defined in the Blincus config file
- Your config file is located at
~/.config/blincus/config.ini
- Blincus config
ini
formatted configuration file that- Your configuration file is located at
~/.config/blincus/config.ini