From 27a2ab3a4bb9a7d43915ace13a9c37fa0f9ac36c Mon Sep 17 00:00:00 2001 From: Mike Watkins Date: Thu, 24 Oct 2024 13:55:40 -0700 Subject: [PATCH] doc/installing: Update for Chimera Linux Signed-off-by: Mike Watkins --- doc/installing.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/installing.md b/doc/installing.md index 3c934d34399..2b0fe83781f 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -67,6 +67,27 @@ See also [the Incus documentation page at Arch Linux](https://wiki.archlinux.org Please report packaging issues [here](https://gitlab.archlinux.org/archlinux/packaging/packages/incus). ``` +```{group-tab} Chimera Linux +Incus and its dependencies are available in Chimera Linux's `user` repository as `incus`. Enable the user repository: + + apk add chimera-repo-user + apk update + +Then add the `incus` package; this will install other dependencies including `incus-client`. Enable the service. + + apk add incus + dinitctl enable incus + +If running virtual machines, also add the EDK2 firmware. Note that Chimera Linux does not provide complete support for Secure Boot, so virtual machines must be launched with this feature disabled per the example. + + apk add qemu-edk2-firmware + dinitctl restart incus + # example, launch virtual machine with secureboot disabled: + # incus launch images:debian/12 --vm -c security.secureboot=false + +Please report packaging issues [here](https://github.com/chimera-linux/cports/issues). +``` + ```{group-tab} Debian There are three options currently available to Debian users.