From 04bc43f06f83f2c6e9dc357f7c547ad3b6e1168f Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 29 Jan 2023 16:36:03 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5334d58e..6e495fb8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ +These script's creates a Linux container in an interactive manner, with Default settings available for a straightforward LXC creation.
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 is then generated based on the user's input.
+

Proxmox Helper Scripts

-
Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites.
+
Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites.