Hi, i deploy the latest incusos with the ISO and SEED_DATA, so not using the incusos-customizer.
But it seams not to be able to install updates:
any idea? do i miss some config seeds for updates / release channel?
These are my seeds I use:
incus.yml
apply_defaults: true
preseed:
config:
core.https_address: '[::]:443'
certificates:
- name: default-cli
type: client
certificate: |
-----BEGIN CERTIFICATE-----
...
-----END CERTIFICATE-----
install.yml
force_install: true
force_reboot: true
target:
id: scsi-0QEMU_QEMU_HARDDISK_incus_root
network.yml
interfaces:
- hwaddr: ...
name: ...
addresses:
- dhcp4
- slaac
roles:
- management
- storage
- cluster
- hwaddr: ...
name: trunk
lldp: false
required_for_online: 'no'
roles:
- instances
vlan_tags:
- ...
time:
ntp_servers:
- ...
- ...
timezone: ...
Thank you!
