diff --git a/Proxmox/proxmox-setup.sh b/Proxmox/proxmox-setup.sh index 9c2e1d4..d714ac2 100755 --- a/Proxmox/proxmox-setup.sh +++ b/Proxmox/proxmox-setup.sh @@ -24,16 +24,17 @@ echo "Now installing some monitoring software." # Install some software, mostly monitoring tools. sensors and smartcl -a can provide monitoring data. lshw provides hardware info. apt install -y screen curl htop iotop #speedtest-cli smartmontools lm-sensors lshw # sysstat # smartmontools is installed in Proxmox as a package by default. +echo "Now we need to reboot to use the new kernel." +reboot + # Download templates for Ubuntu Server 24.04.2 LTS / Proxmox Ubuntu Cloud image 24.04.2 for containers. #echo "Now downloading the container template and VM ISO file for Ubuntu Server 24.04.2 LTS. Hit Ctrl + C to skip this and reboot manually." #pveam update -#pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst +#pveam download local ubuntu-24.04-standard_24.04-2_amd64.tar.zst # I'd actual prefer the Debian template. -# Downloads the Ubuntu Server LTS ISO for VMs. +# Downloads the Ubuntu Server LTS ISO for VMs. This is useful for the live OS capability, while Debian netinstall without the GUI is a lower footprint and easier network interface configuration. #cd /var/lib/vz/template/iso/ #wget https://releases.ubuntu.com/24.04.2/ubuntu-24.04.2-live-server-amd64.iso - -reboot