Kommenteare in die Scripte Eingetragen.

This commit is contained in:
braniz
2020-11-15 16:22:14 +01:00
parent 51ffb795b7
commit f723d4b3a9
10 changed files with 42 additions and 40 deletions

View File

@@ -4,15 +4,17 @@
#
# Create multiple CentOS VBox for installation.
#
# Variablen:
clear
# Eingabe Aufforderung
read -p "Wievile CentOS VMs werden benoetigt?: " VAR_QUAN
read -p "Praefix Host Name [co8]: " VAR_NAME
read -p "CPUs [1]: " VAR_CPU
read -p "Memory [1024]: " VAR_MEM
# Variablen:
IFS="
"
VAR_NAME=${VAR_NAME:-co8}
@@ -27,6 +29,7 @@ VAR_PATH="${HOME}/VirtualBox VMs/ISO/"
VAR_VB="${HOME}/VirtualBox VMs"
VAR_ISO=CentOS-7-x86_64-DVD-2003.iso
# Schliefe für die Erzeugung der VMs.
for N in $(seq 1 $VAR_QUAN)
do
VBoxManage createvm \