Skip to content

iAndalibi/Proxmox-for-Raspberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxmox VE Port package source

How to Build

Initializing the build host

We need Debian 12 for this code

apt update
apt install quilt docker.io -y
cd docker
docker build -t pvebuilder -f dockerfile.arm64 .

Build via Docker

bash build.sh pve-common

The built package will be under /tmp/pve-common

Custom Docker Image

BUILDERNAME=dockerpull.com/pvebuilder:20241101 bash build.sh pve-common

proxmox-backup-restore-images

This package will pull in the kernel and ZFS packages, which can cause failures if the network is slow, so an additional submodule.list check has been added.

If the file exists, it will use the submodules listed in the file, with the file format referencing the packages/proxmox-backup-restore-image/autobuild.sh file.

About

A fork of Proxmox VE for ARM and LoongArch architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%