Intel has discontinued the distribution, so we remove it from the
compatibility list, and the `swupd` package manager support
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
* init: properly support Chimera Linux guests
https://chimera-linux.org
* init: add some basic doas(1) support
This is an alternative to sudo(1) originating from OpenBSD and also
ported to Linux; base configuration on Chimera Linux where this will be
used.
* init: also support FreeBSD-style stat(1) syntax for rootful check
These system utils are largely used on Chimera Linux (as chimerautils):
+ stat -c %u /run/host/etc/shadow
stat: unrecognized option: c
usage: stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file|handle ...]
* docs: Chimera Linux compatability tested as host and guest
* init: massively speed up apt-get deps install
Similar to the previous apk optimization instead of checking each
package one by one instead grab the matching ones from "apt list" and
pass them directly over to "apt-get install".
This happens to start installing libvte-2.90-common on ubuntu:14.04
where libvte-2.9*-common doesn't match anything when given to apt*
commands directly.
On my end non-toolbox Ubuntu 22.04 and 14.04 images saw a setup time
reduction from ~68 and 80 seconds respectively to just ~44 seconds each!
* init: massively speed up pacman deps install
Also drop both the duplicate vte-common & redundant opengl-driver (mesa
is always picked as default provider) package entries, (once again)
avoid re-installing already up-to-date packages; on my end the setup
time for the non-toolbox arch image was reduced from ~19 seconds to ~13
seconds.
* init: massively speed up xbps deps install
On my end the setup time was reduced from ~25 seconds to ~19 seconds.
* fix(init): resolve issues with older apt versions
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
* docs: fix compatibility issue with debian buster backports
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
---------
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
Co-authored-by: Luca Di Maio <luca.dimaio1@gmail.com>
There's a special distrobox-compatible flavor of openSUSE, see https://en.opensuse.org/Distrobox. This is configured as a default image when using distribution provided distrobox packages.
* docs(compatibility): Add Bazzite to supported host distros
Bazzite is an OCI image that serves as an alternative operating system for the Steam Deck, and a ready-to-game SteamOS-like for desktop computers and living room home theater PCs.
* docs(compatibility): Add Bazzite Arch to supported container distros
A ready-to-game Arch Linux based OCI designed for use exclusively in distrobox.