From 4f88d0bf9bd3697b9a1b08b9ab4f4971918d19f9 Mon Sep 17 00:00:00 2001 From: hhf Date: Fri, 6 Dec 2024 12:34:18 +0530 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f868d..696fbd2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # proxmox-install-raspberry-pi -A installation script that automates the Proxmox 8 installation process on a Raspberry Pi 4B. \ No newline at end of file +A installation script that automates the Proxmox 8 installation process on a Raspberry Pi 4B. +The script includes: + +1. All necessary system updates and upgrades +2. Migration to Debian Bookworm +3. Installation of Proxmox VE and required packages +4. Configuration of cgroups support +5. Installation of the dark theme +6. Disabling the subscription popup +7. Configuring swap space + +To use this script: + +1. First install Raspberry Pi OS 64-bit using the Raspberry Pi Imager +2. After initial boot and SSH setup, copy this script to your Pi +3. Make it executable: `chmod +x proxmox-install.sh` +4. Run it as root: `sudo ./proxmox-install.sh` + +Important notes: +- Make sure you have a backup before running this script +- Your Pi should have internet connectivity +- The script should be run on a fresh installation of Raspberry Pi OS +- The installation process may take some time, especially during the dist-upgrade step