Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to incus service files #52042

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions srcpkgs/incus/files/README.voidlinux
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,14 @@ containers. For example, the command
will assign a range of 65,536 IDs for users and groups.
Some container configurations may require that the `CGROUP_MODE`
variable in `/etc/rc.conf` be set to `unified`.

In order to use incus to run VM's install packages `qemu` and
`edk2-ovmf` and uncomment the INCUS_EDK2_PATH variable
in `/etc/sv/incus/conf`. Then set `security.secureboot`
to false in incus config or symlink the secure boot files
in `/usr/share/edk2/x64`
`ln -s OVMF_CODE.secure.fd OVMF_CODE.secboot.fd`
`ln -s OVMF_CODE.secure.4m.fd OVMF_CODE.secboot.4m.fd`

In order to use incus to run OCI containers install packages
`skopeo` and `umoci`
File renamed without changes.
11 changes: 11 additions & 0 deletions srcpkgs/incus/files/incus/conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Configuration for incus server

# Location of EDK2 firmware needed to run VM
# instances
#export INCUS_EDK2_PATH=/usr/share/edk2/x64/

# If you install a web ui for Incus add the path
# to the directory containing the fils
#export INCUS_UI=/opt/incus/ui/


6 changes: 3 additions & 3 deletions srcpkgs/incus/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'incus'
pkgname=incus
version=6.3.0
revision=5
version=6.4.0
revision=2

Check failure on line 4 in srcpkgs/incus/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
build_style=go
build_helper=qemu
go_import_path=github.com/lxc/incus/v6
Expand All @@ -21,7 +21,7 @@
license="Apache-2.0"
homepage="https://linuxcontainers.org/incus"
distfiles="https://github.com/lxc/incus/archive/refs/tags/v${version}.tar.gz"
checksum=7dfb4c17334480af18f2827538b58bedc54e885eab54d224364b973df3183f91
checksum=c6ad8260a4954b0e4f77de66220d5450290b57858f8c16ee83f12996eea86db4
system_groups="_incus-admin _incus"
make_dirs="
/var/lib/incus 0755 root root
Expand Down
Loading