Proxmox VE port kernel
Go to file
2026-06-18 14:11:35 +00:00
debian Add acs control patch 2026-05-13 12:03:24 +08:00
linux@b06f9b9f07 bump version to 6.6.0-17 2026-05-11 12:57:05 +00:00
modules Add extra modules support 2026-04-11 01:09:06 +00:00
scripts revert scripts/version.sh 2024-06-08 18:53:56 +08:00
zfs@c840612ee1 bump version to 6.6.0-13 2026-03-27 05:14:49 +00:00
.gitignore Add rpm build 2026-05-27 15:45:45 +00:00
.gitmodules bump version to 6.6.0-13 2026-03-27 05:14:49 +00:00
autobuild.sh Add extra modules support 2026-04-11 01:09:06 +00:00
build-rpm.sh 优化构建 2026-06-18 14:11:35 +00:00
pve-kernel.spec 优化构建 2026-06-18 14:11:35 +00:00
README.md Add extra modules support 2026-04-11 01:09:06 +00:00

pve-port-kernel

Because maintaining the kernel requires a significant amount of time, we directly use the OpenEuler 6.6 kernel as the default kernel for PVEPort. This kernel is adapted to a variety of ARM devices and LoongArch, supporting more hardware types than the upstream kernel.

How to install

apt update
apt search pve-kernel|grep openeuler
apt install pve-kernel-6.6.0-openeuler #meta package.You can get latest version.

How to build

bash autobuild.sh

build in docker

docker run --rm -it -v `pwd`:/data -w /data  \
--entrypoint bash \
harbor.lierfang.com/pveport/pvebuilder:aarch64 \
./autobuild.sh aarch64

Extra Module

See this