Skip to content

Commit

Permalink
Merge pull request #1335 from mwyvr/docs-installing-chimera
Browse files Browse the repository at this point in the history
doc/installing: Update for Chimera Linux
  • Loading branch information
stgraber authored Oct 25, 2024
2 parents 4b2ab4c + 27a2ab3 commit 819de90
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 819de90

Please sign in to comment.