=======
This repository includes additional scripts for:
- Talos VM: Automate the creation of a Talos VM in Proxmox.
- OPNsense VM: Automate the creation of an OPNsense VM in Proxmox.
Original repository by tteck.
VMID={VMID}; qm stop $VMID; qm wait $VMID; echo "Removing CD drive and setting boot to VM drive"; qm set $VMID -delete ide2; qm set $VMID -boot order=scsi0; qm start $VMID; echo "Removed CD drive, set boot to VM drive, and started the VM"
VMID={VMID}; qm stop $VMID && qm wait $VMID && qm set $VMID -ide2 local:iso/{FILE.ISO},media=cdrom && qm set $VMID -boot order=ide2 && qm start $VMID && echo "Added Talos ISO, set boot to CD drive, and started VM $VMID"
Website | Contribute | Guides | Changelog | Support
Warning
Be cautious of copycat or coat-tailing sites that exploit the project's popularity with potentially malicious intent. Please only trust information from https://Helper-Scripts.com/ or https://tteck.github.io/Proxmox/.
These scripts empower users to create a Linux container or virtual machine interactively, providing choices for both simple and advanced configurations. The basic setup adheres to default settings, while the advanced setup gives users the ability to customize these defaults.
Options are displayed to users in a dialog box format. Once the user makes their selections, the script collects and validates their input to generate the final configuration for the container or virtual machine.
Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources. Read more