Description
CURRENTLY TESTING: USE AT YOUR OWN RISK.
Incus LTS releases only (Current 6.0)
RHEL 10 only
Incus is a next-generation system container, application container, and virtual machine manager.
Package sources:
Installation Instructions
Setup repository
wget \
https://copr.fedorainfracloud.org/coprs/pgdev/incus-lts/repo/rhel+epel-10/pgdev-incus-lts-rhel+epel-10.repo \
/etc/yum.repos.d/pgdev-incus-lts-rhel+epel-10.repo
Exclude conflicting packages
You can skip this step if you don't plan to run any virtual machines.
dnf config-manager --save --setopt=appstream.exclude=qemu-img,qemu-kvm-core,qemu-pr-helper
Install packages
dnf install \
edk2-ovmf \
gdisk \
incus-lts \
incus-lts-agent \
qemu-system-x86 \
qemu-img
Skip edk2-ovmf
, qemu-system-x86
and qemu-img
if you don't plan to run any virtual machines.
Fix edk2 path (will be permanently fixed in the next release)
You can skip this step if you don't plan to run any virtual machines.
systemctl edit incus.service
Add the following override
[Service]
Environment=INCUS_EDK2_PATH=/usr/share/edk2/ovmf
Link UEFI path
You can skip this step if you don't plan to run any virtual machines.
ln --symbolic /usr/share/edk2/ovmf/OVMF_VARS.fd /usr/share/edk2/ovmf/OVMF_VARS.ms.fd
Initialization
Follow official Incus documentation here
Start service/socket
systemctl start incus.service
# or
systemctl start incus.socket
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Rhel+epel 10 | x86_64 (199)* | Rhel+epel 10 (34 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds