This is a work in progress, proceed with caution
- Install Proxmox 6.X iso I selected 2 drives in Raid 1 mirror
- Console/SSH into Proxmox
- nano /etc/apt/sources.list
#!/bin/bash | |
# Consolidated setup scripts used to prepare a Proxmox installation for HomeLab use | |
# To run this script, download and execute on the target proxmox machine | |
# wget https://raw.githubusercontent.com/Drauku/Proxmox-HomeLAB/proxmox-homelab-setup.sh && bash proxmox-homelab-setup.sh | |
zfs snapshot rpool@install | |
echo "ZFS snapshot 'install' created as a checkpoint" | |