Update README.md
This commit is contained in:
parent
46cf723aea
commit
4f88d0bf9b
1 changed files with 23 additions and 1 deletions
24
README.md
24
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.
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue