auf RH Umgestellt
This commit is contained in:
@@ -9,7 +9,7 @@ echo "Welches OS soll Installiert werden"
|
|||||||
echo
|
echo
|
||||||
COLUMNS=6
|
COLUMNS=6
|
||||||
PS3='Please enter your choice: '
|
PS3='Please enter your choice: '
|
||||||
options=("Ubuntu SRV" "Ubuntu GUI" "CentOS" "Quit")
|
options=("Ubuntu SRV" "Ubuntu GUI" "RHEL" "Quit")
|
||||||
select opt in "${options[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
@@ -21,9 +21,9 @@ do
|
|||||||
VAR_OS="Ubuntu_64"
|
VAR_OS="Ubuntu_64"
|
||||||
VAR_ISO="ubuntu-20.04.1-desktop-amd64.iso"
|
VAR_ISO="ubuntu-20.04.1-desktop-amd64.iso"
|
||||||
;;
|
;;
|
||||||
"CentOS")
|
"RHEL")
|
||||||
VAR_OS="RedHat_64"
|
VAR_OS="RedHat_64"
|
||||||
VAR_ISO="CentOS-8.3.2011-x86_64-boot.iso"
|
VAR_ISO="rhel-8.4-x86_64-dvd.iso"
|
||||||
;;
|
;;
|
||||||
"Quit")
|
"Quit")
|
||||||
break
|
break
|
||||||
|
|||||||
@@ -9,18 +9,22 @@ echo "Welches OS soll Installiert werden"
|
|||||||
echo
|
echo
|
||||||
COLUMNS=6
|
COLUMNS=6
|
||||||
PS3='Please enter your choice: '
|
PS3='Please enter your choice: '
|
||||||
options=("Ubuntu CLI" "Ubuntu GUI" "CentOS" "Quit")
|
options=("Ubuntu CLI" "Ubuntu GUI" "Ubuntu GUI local repo" "CentOS" "Quit")
|
||||||
select opt in "${options[@]}"
|
select opt in "${options[@]}"
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
"Ubuntu CLI")
|
"Ubuntu CLI")
|
||||||
VAR_OS="Ubuntu_64"
|
VAR_OS="Ubuntu_64"
|
||||||
VAR_VDI="master_ubuntu_2004_cli.vdi"
|
VAR_VDI="master_ubuntu_2004_cli_apt.vdi"
|
||||||
;;
|
;;
|
||||||
"Ubuntu GUI")
|
"Ubuntu GUI")
|
||||||
VAR_OS="Ubuntu_64"
|
VAR_OS="Ubuntu_64"
|
||||||
VAR_VDI="master_ubuntu_2004_gui.vdi"
|
VAR_VDI="master_ubuntu_2004_gui.vdi"
|
||||||
;;
|
;;
|
||||||
|
"Ubuntu GUI local repo")
|
||||||
|
VAR_OS="Ubunut_64"
|
||||||
|
VAR_VDI="master_ubuntu_2004_gui_apt.vdi"
|
||||||
|
;;
|
||||||
"CentOS")
|
"CentOS")
|
||||||
VAR_OS="RedHat_64"
|
VAR_OS="RedHat_64"
|
||||||
VAR_VDI="master_co8.vdi"
|
VAR_VDI="master_co8.vdi"
|
||||||
|
|||||||
Reference in New Issue
Block a user