Update README.md

This commit is contained in:
tteckster 2023-01-29 16:43:29 -05:00 committed by GitHub
parent 1b78baa78f
commit 308ffc8dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<sub>These script's creates a Linux container or virtual machine in an interactive manner, with Default settings available for a straightforward LXC/VM creation. <br>If the user selects Advanced, they are presented with additional options, such as choosing the type of container (privileged or unprivileged), setting the 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 the user's input, validates it, and applies the appropriate values. The final configuration of the container or virtual machine is then generated based on the user's input.</sub>
<sub>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.</sub>
<h1><p align="center"><a href="https://tteck.github.io/Proxmox/">Proxmox Helper Scripts</a></p></h1>
<sub><div align="center"> Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites. </div></sub>