lxc / distrobuilder

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

Add Support for Void Linux #156

Closed Anachron closed 5 years ago

Anachron commented 5 years ago

https://voidlinux.org/

Void is a general purpose operating system, based on the monolithic Linux® kernel. Its package system allows you to quickly install, update and remove software; software is provided in binary packages or can be built directly from sources with the help of the XBPS source packages collection.

It is available for the Intel x86®, ARM® and MIPS® processor architectures; Software packages can be built natively or cross compiling through the XBPS source packages collection.

See https://github.com/lxc/lxc-templates/blob/master/templates/lxc-voidlinux.in Small hint: That template seems to incorrectly link to voidlinux.eu instead of voidlinux.org (domain shift).

CameronNemo commented 5 years ago

An xbps back-end would need to be added. Took a look a while back but didn't make any progress, unfortunately.