Compare commits

...

2 commits

Author SHA1 Message Date
775cba6b95
Bump to r4.2 2023-08-27 14:46:21 -04:00
d9bacc252c
README: update 2023-08-27 12:55:19 -04:00
2 changed files with 3 additions and 10 deletions

View file

@ -11,15 +11,8 @@ and packaged in an RPM that is installable by QubesOS.
Alpine Linux as a QubesOS template is still a work and progress. It is highly
encouraged to make bug reports.
#### The yet-to-be-implemented list
Thus the following use cases are still not supported / tested:
* QubesOS r4.2
* Service VMs (sys-net, sys-usb, sys-firewall)
* Firewall (not tested)
* `qubes-builder` hooks (thus no `dom0` template RPM yet, see [here](https://gitlab.alpinelinux.org/ayakael/qubes-builder-alpine) for progress)
* `apk` proxying from within template (thus you must allow internet access to template to install packages)
* `qubes-vm-kernel-support` Not adapted for use on Alpine yet, due to it providing a Dracut module. In most cases, it is not necessary as Qubes provides the kernel.
This package is only neccessary when VM uses its own kernel, thus a hook is added to Dracut to generate the initrd for use within qubes.
### Known issues
Known issues are tracked on the upstream GitLab instance.
#### Issues, recommendations and proposals
**To report an issue or share a recommendation**

View file

@ -19,7 +19,7 @@ APKTOOLS_CACHE_DIR="${CACHEDIR}/apk_cache"
ALPINELINUX_VERSION=${DIST_VER:-latest-stable}
QUBESALPINE_MIRROR="${QUBESALPINE_MIRROR:-https://lab.ilot.io/ayakael/repo-apk/-/raw}"
QUBESALPINE_KEYFILE="${QUBESALPINE_KEYFILE:-antoine.martin@protonmail.com-5b3109ad.rsa.pub}"
QUBES_REL="${QUBES_REL:-r4.1}"
QUBES_REL="${QUBES_REL:-r4.2}"
export APK_CACHE_DIR
set -e