Skip to content

Commit

Permalink
doc/installing: Update for Chimera Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Watkins <git@mikewatkins.ca>
  • Loading branch information
mwyvr authored and stgraber committed Oct 25, 2024
1 parent 4b2ab4c commit 27a2ab3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 27a2ab3

Please sign in to comment.