Add VBox Type where available

This commit is contained in:
Greg Hellings
2024-01-09 22:31:00 -06:00
parent 3aef715e85
commit 22dfbae908
19 changed files with 22 additions and 3 deletions
+1
View File
@@ -11,3 +11,4 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/almalinux/8/disc/*" ]
vbox_os_type = "RedHat8_64"
+1
View File
@@ -11,3 +11,4 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/almalinux/9/disc/*" ]
vbox_os_type = "RedHat9_64"
@@ -13,3 +13,4 @@ boot_command = [
]
http_directory = "distros/archlinux/rolling/http/"
boot_wait = "10s"
vbox_os_type = "ArchLinux_64"
@@ -25,4 +25,5 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/centos-stream/8/disc/*" ]
vbox_os_type = "RedHat8_64"
HERPDERP
@@ -27,4 +27,5 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/centos-stream/9/disc/*" ]
vbox_os_type = "RedHat9_64"
HERPDERP
+1
View File
@@ -11,3 +11,4 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = ["distros/centos/7/disc/*"]
vbox_os_type = "RedHat7_64"
+1
View File
@@ -19,3 +19,4 @@ boot_command = [
"<f10>"
]
http_directory = "distros/debian/10/http/"
vbox_os_type = "Debian10_64"
+1
View File
@@ -19,3 +19,4 @@ boot_command = [
"<f10>"
]
http_directory = "distros/debian/11/http/"
vbox_os_type = "Debian11_64"
+1
View File
@@ -19,3 +19,4 @@ boot_command = [
"<f10>"
]
http_directory = "distros/debian/12/http/"
vbox_os_type = "Debian12_64"
+1
View File
@@ -11,3 +11,4 @@ boot_command = [
cd_files = [
"distros/fedora/37/*.cfg"
]
vbox_os_type = "Fedora_64"
+1
View File
@@ -11,3 +11,4 @@ boot_command = [
cd_files = [
"distros/fedora/38/*.cfg"
]
vbox_os_type = "Fedora_64"
+1
View File
@@ -11,3 +11,4 @@ boot_command = [
cd_files = [
"distros/fedora/39/*.cfg"
]
vbox_os_type = "Fedora_64"
@@ -40,6 +40,7 @@ boot_command = [
cd_files = [
"distros/fedora/rawhide/*.cfg"
]
vbox_os_type = "Fedora_64"
EOF
rm -r "${tmp}"
@@ -29,6 +29,7 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
http_directory = "distros/opensuse/tumbleweed/http/"
vbox_os_type = "OpenSUSE_Tumbleweed_64"
EOF
rm -r "${tmp}"
+4 -3
View File
@@ -1,8 +1,8 @@
distro = "rockylinux"
version = "8"
iso = {
url = "http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.3-x86_64-boot.iso"
checksum = "eb096f0518e310f722d5ebd4c69f0322df4fc152c6189f93c5c797dc25f3d2e1"
url = "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.9-x86_64-boot.iso"
checksum = "88baefca6f0e78b53613773954e0d7c2d8d28ad863f40623db75c40f505b5105"
}
boot_command = [
"<up>e<wait>",
@@ -10,4 +10,5 @@ boot_command = [
" inst.text inst.ks=cdrom:/ks.cfg",
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/rockylinux/9/disc/*" ]
cd_files = [ "distros/rockylinux/8/disc/*" ]
vbox_os_type = "RedHat8_64"
+1
View File
@@ -11,3 +11,4 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
cd_files = [ "distros/rockylinux/9/disc/*" ]
vbox_os_type = "RedHat9_64"
+1
View File
@@ -17,3 +17,4 @@ boot_command = [
cd_files = [
"distros/ubuntu/20.04/disc/*"
]
vbox_os_type = "Ubuntu20_LTS_64"
+1
View File
@@ -17,3 +17,4 @@ boot_command = [
cd_files = [
"distros/ubuntu/22.04/disc/*"
]
vbox_os_type = "Ubuntu22_LTS_64"
+1
View File
@@ -17,3 +17,4 @@ boot_command = [
cd_files = [
"distros/ubuntu/23.10/disc/*"
]
vbox_os_type = "Ubuntu23_64"