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 Ubunut VBox
# Variablen:
clear
# Eingabe Auffoderung
read -p "Wievile Ubuntu VMs werden benoetigt?: " VAR_QUAN
read -p "Praefix Host Name [ubu] : " VAR_NAME
read -p "CPUs [1]: " VAR_CPU
read -p "Memory [1024] : " VAR_MEM
# Variablen:
IFS="
"
VAR_NAME=${VAR_NAME:-ubu}
@@ -27,6 +29,7 @@ VAR_PATH="${HOME}/VirtualBox VMs/ISO/"
VAR_ISO=ubuntu-20.04.1-live-server-amd64.iso
VAR_VB="${HOME}/VirtualBox VMs"
# Schliefe zur erzeugung der VMs
for N in $(seq 1 $VAR_QUAN)
do
VBoxManage createvm \