Proxmox VE Helper-Scripts
Go to file
tteckster c8aa5a029d
more pruning & code refactoring (#1011)
* improve error handling to show more details

* improve the way it checks for root password

* consistant getty_override

* streamline verbose mode

* remove v4 scripts

* small tweaks
2023-02-03 07:15:15 -05:00
.github Update pull_request_template.md 2022-10-20 15:18:27 -04:00
ct more pruning & code refactoring (#1011) 2023-02-03 07:15:15 -05:00
install more pruning & code refactoring (#1011) 2023-02-03 07:15:15 -05:00
misc Update update-lxcs.sh 2023-02-02 10:35:31 -05:00
vm Update haos-vm-v5.sh 2023-02-01 11:06:59 -05:00
CHANGELOG.MD Update CHANGELOG.MD 2023-02-02 11:21:37 -05:00
LICENSE Initial commit 2021-08-12 09:24:57 -04:00
README.md Update README.md 2023-01-31 14:58:55 -05:00

README.md

These script's allows for the creation of a Linux container or virtual machine in an interactive manner, with options for both basic and advanced configurations. The basic setup uses default settings, while the advanced setup provides additional options such as container type, root password, hostname, disk size, core count, RAM size, network settings, and others. The options are presented in a dialog box format using the whiptail command and the script collects and validates the user's input to generate the final configuration of the container or virtual machine.

Proxmox Helper Scripts

Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources.