mirror of
https://github.com/pimox/pimox7.git
synced 2025-06-10 09:47:23 +00:00
Pixmox - Proxmox for the Raspberry Pi
Pimox is a port of Proxmox to the Raspberry Pi allowing you to build a Proxmox cluster of Rapberry Pi's or even a hybrid cluster of Pis and x86 hardware.
Requirements
- Raspberry Pi 4
- Pre-installed Debian based 64-bit OS (not 32-bit)
Prechecks
- In /etc/network/interfaces, give the Pi a static IP address. You cannot use dhcp.
- In /etc/network/interfaces, remove any IPv6 addresses.
- In /etc/hostname, make sure the Pi has a name.
- In /etc/hosts, make sure this hostname corresponds to the static IP you previous set.
Install
- Do this at the console, not over a network. The network will be reconfigured as part of the install.
- sudo -s
- curl https://gitlab.com/pimox/pimox7/-/raw/master/pimox.sh | sh
Notes
- This repo just contains the precompiled debian packages. The original Proxmox sources can be found at git.proxmox.com
- The (very minimally) patched sources to rebuild this can be found at github.com/pimox
Description
Languages
Shell
100%