lxc / distrobuilder

System container image builder for LXC and Incus
https://linuxcontainers.org
Apache License 2.0
591 stars 170 forks source link

OpenWrt EFI in disk.qcow2 is empty #880

Closed 53845714nF closed 1 month ago

53845714nF commented 1 month ago

I use distrobuilder build-incus --vm images/openwrt.yaml -o image.release=23.05 to build a OpenWrt Disk.

I use this:

image

In my opinion, there should be something in the openwrt folder.

I use this Yml File: https://github.com/lxc/lxc-ci/blob/main/images/openwrt.yaml

stgraber commented 1 month ago

The OpenWRT image YAML in lxc-ci is only used for containers.

If we wanted to add VM support to it, we'd need to set up an additional package list for a VM variant of the image, which would bring in a kernel, bootloader, ... and so would populate the EFI partition.