Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.61 KB

README.md

File metadata and controls

53 lines (35 loc) · 2.61 KB

=======

Proxmox Scripts Additions

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.


Useful One-Line Scripts

After Install CD Remove Script

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"

Stop VM Remount CD

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"

Original README

Proxmox VE Helper-Scripts

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

Proxmox® is a registered trademark of Proxmox Server Solutions GmbH.