Anpassungen
This commit is contained in:
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
test/co8_vbox.sh
Normal file → Executable file
0
test/co8_vbox.sh
Normal file → Executable file
0
test/co8_vdi.sh
Normal file → Executable file
0
test/co8_vdi.sh
Normal file → Executable file
0
test/create_vbox.sh
Normal file → Executable file
0
test/create_vbox.sh
Normal file → Executable file
0
test/create_vdi.sh
Normal file → Executable file
0
test/create_vdi.sh
Normal file → Executable file
0
test/delete.sh
Normal file → Executable file
0
test/delete.sh
Normal file → Executable file
0
test/hostname.sh
Normal file → Executable file
0
test/hostname.sh
Normal file → Executable file
0
test/start.sh
Normal file → Executable file
0
test/start.sh
Normal file → Executable file
0
test/stop.sh
Normal file → Executable file
0
test/stop.sh
Normal file → Executable file
0
test/ubu_vbox.sh
Normal file → Executable file
0
test/ubu_vbox.sh
Normal file → Executable file
0
test/ubu_vdi.sh
Normal file → Executable file
0
test/ubu_vdi.sh
Normal file → Executable file
2
vbox_create.sh
Normal file → Executable file
2
vbox_create.sh
Normal file → Executable file
@@ -48,7 +48,7 @@ IFS="
|
||||
"
|
||||
|
||||
VAR_PATH="/srv/data/ISO/"
|
||||
VAR_VB="/srv/vbox"
|
||||
VAR_VB="/srv/vbox_data"
|
||||
|
||||
VAR_CPU=${VAR_CPU:-1}
|
||||
VAR_MEM=${VAR_MEM:-2048}
|
||||
|
||||
0
vbox_ip.sh
Normal file → Executable file
0
vbox_ip.sh
Normal file → Executable file
0
vbox_ip2.sh
Normal file → Executable file
0
vbox_ip2.sh
Normal file → Executable file
18
vdi_create.sh
Normal file → Executable file
18
vdi_create.sh
Normal file → Executable file
@@ -7,23 +7,27 @@ clear
|
||||
echo "user01/Start1234"
|
||||
echo "Welches OS soll Installiert werden"
|
||||
echo
|
||||
COLUMNS=8
|
||||
COLUMNS=9
|
||||
PS3='Please enter your choice: '
|
||||
options=("Ubuntu CLI" "Ubuntu GUI" "Ubuntu GUI local repo" "Debian CLI" "Debian GUI" "CentOS" "Quit")
|
||||
options=("Ubuntu CLI" "Ubuntu GUI" "Ubuntu GUI-D" "Ubuntu GUI-D GBox" "Debian CLI" "Debian GUI" "CentOS" "Quit")
|
||||
select opt in "${options[@]}"
|
||||
do
|
||||
case $opt in
|
||||
"Ubuntu CLI")
|
||||
VAR_OS="Ubuntu_64"
|
||||
VAR_VDI="ubu2004-CLI/ubu2004-CLI.vdi"
|
||||
VAR_VDI="ubu2004-CLI.vdi"
|
||||
;;
|
||||
"Ubuntu GUI")
|
||||
VAR_OS="Ubuntu_64"
|
||||
VAR_VDI="ubu2004-GUI/ubu2004-GUI.vdi"
|
||||
VAR_VDI="ubu2004-GUI.vdi"
|
||||
;;
|
||||
"Ubuntu GUI local repo")
|
||||
VAR_OS="Ubunut_64"
|
||||
VAR_VDI="ubu2004-VHS/ubu2004-VHS.vdi"
|
||||
"Ubuntu GUI-D")
|
||||
VAR_OS="Ubuntu_64"
|
||||
VAR_VDI="ubu2004-GUI-D.vdi"
|
||||
;;
|
||||
"Ubuntu GUI-D GBox")
|
||||
VAR_OS="Ubuntu_64"
|
||||
VAR_VDI="ubu2004-GUI-D-GBox.vdi"
|
||||
;;
|
||||
"Debian CLI")
|
||||
VAR_OS="Debian_64"
|
||||
|
||||
Reference in New Issue
Block a user