Add VBox Type where available
This commit is contained in:
@@ -11,3 +11,4 @@ boot_command = [
|
|||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/almalinux/8/disc/*" ]
|
cd_files = [ "distros/almalinux/8/disc/*" ]
|
||||||
|
vbox_os_type = "RedHat8_64"
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ boot_command = [
|
|||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/almalinux/9/disc/*" ]
|
cd_files = [ "distros/almalinux/9/disc/*" ]
|
||||||
|
vbox_os_type = "RedHat9_64"
|
||||||
|
|||||||
@@ -13,3 +13,4 @@ boot_command = [
|
|||||||
]
|
]
|
||||||
http_directory = "distros/archlinux/rolling/http/"
|
http_directory = "distros/archlinux/rolling/http/"
|
||||||
boot_wait = "10s"
|
boot_wait = "10s"
|
||||||
|
vbox_os_type = "ArchLinux_64"
|
||||||
|
|||||||
@@ -25,4 +25,5 @@ boot_command = [
|
|||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/centos-stream/8/disc/*" ]
|
cd_files = [ "distros/centos-stream/8/disc/*" ]
|
||||||
|
vbox_os_type = "RedHat8_64"
|
||||||
HERPDERP
|
HERPDERP
|
||||||
|
|||||||
@@ -27,4 +27,5 @@ boot_command = [
|
|||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/centos-stream/9/disc/*" ]
|
cd_files = [ "distros/centos-stream/9/disc/*" ]
|
||||||
|
vbox_os_type = "RedHat9_64"
|
||||||
HERPDERP
|
HERPDERP
|
||||||
@@ -11,3 +11,4 @@ boot_command = [
|
|||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = ["distros/centos/7/disc/*"]
|
cd_files = ["distros/centos/7/disc/*"]
|
||||||
|
vbox_os_type = "RedHat7_64"
|
||||||
|
|||||||
@@ -19,3 +19,4 @@ boot_command = [
|
|||||||
"<f10>"
|
"<f10>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/debian/10/http/"
|
http_directory = "distros/debian/10/http/"
|
||||||
|
vbox_os_type = "Debian10_64"
|
||||||
|
|||||||
@@ -19,3 +19,4 @@ boot_command = [
|
|||||||
"<f10>"
|
"<f10>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/debian/11/http/"
|
http_directory = "distros/debian/11/http/"
|
||||||
|
vbox_os_type = "Debian11_64"
|
||||||
|
|||||||
@@ -19,3 +19,4 @@ boot_command = [
|
|||||||
"<f10>"
|
"<f10>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/debian/12/http/"
|
http_directory = "distros/debian/12/http/"
|
||||||
|
vbox_os_type = "Debian12_64"
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ boot_command = [
|
|||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/fedora/37/*.cfg"
|
"distros/fedora/37/*.cfg"
|
||||||
]
|
]
|
||||||
|
vbox_os_type = "Fedora_64"
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ boot_command = [
|
|||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/fedora/38/*.cfg"
|
"distros/fedora/38/*.cfg"
|
||||||
]
|
]
|
||||||
|
vbox_os_type = "Fedora_64"
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ boot_command = [
|
|||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/fedora/39/*.cfg"
|
"distros/fedora/39/*.cfg"
|
||||||
]
|
]
|
||||||
|
vbox_os_type = "Fedora_64"
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ boot_command = [
|
|||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/fedora/rawhide/*.cfg"
|
"distros/fedora/rawhide/*.cfg"
|
||||||
]
|
]
|
||||||
|
vbox_os_type = "Fedora_64"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
rm -r "${tmp}"
|
rm -r "${tmp}"
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ boot_command = [
|
|||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
http_directory = "distros/opensuse/tumbleweed/http/"
|
http_directory = "distros/opensuse/tumbleweed/http/"
|
||||||
|
vbox_os_type = "OpenSUSE_Tumbleweed_64"
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
rm -r "${tmp}"
|
rm -r "${tmp}"
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
distro = "rockylinux"
|
distro = "rockylinux"
|
||||||
version = "8"
|
version = "8"
|
||||||
iso = {
|
iso = {
|
||||||
url = "http://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.3-x86_64-boot.iso"
|
url = "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.9-x86_64-boot.iso"
|
||||||
checksum = "eb096f0518e310f722d5ebd4c69f0322df4fc152c6189f93c5c797dc25f3d2e1"
|
checksum = "88baefca6f0e78b53613773954e0d7c2d8d28ad863f40623db75c40f505b5105"
|
||||||
}
|
}
|
||||||
boot_command = [
|
boot_command = [
|
||||||
"<up>e<wait>",
|
"<up>e<wait>",
|
||||||
@@ -10,4 +10,5 @@ boot_command = [
|
|||||||
" inst.text inst.ks=cdrom:/ks.cfg",
|
" inst.text inst.ks=cdrom:/ks.cfg",
|
||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/rockylinux/9/disc/*" ]
|
cd_files = [ "distros/rockylinux/8/disc/*" ]
|
||||||
|
vbox_os_type = "RedHat8_64"
|
||||||
|
|||||||
@@ -11,3 +11,4 @@ boot_command = [
|
|||||||
"<leftCtrlOn>x<leftCtrlOff>"
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||||||
]
|
]
|
||||||
cd_files = [ "distros/rockylinux/9/disc/*" ]
|
cd_files = [ "distros/rockylinux/9/disc/*" ]
|
||||||
|
vbox_os_type = "RedHat9_64"
|
||||||
|
|||||||
@@ -17,3 +17,4 @@ boot_command = [
|
|||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/ubuntu/20.04/disc/*"
|
"distros/ubuntu/20.04/disc/*"
|
||||||
]
|
]
|
||||||
|
vbox_os_type = "Ubuntu20_LTS_64"
|
||||||
|
|||||||
@@ -17,3 +17,4 @@ boot_command = [
|
|||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/ubuntu/22.04/disc/*"
|
"distros/ubuntu/22.04/disc/*"
|
||||||
]
|
]
|
||||||
|
vbox_os_type = "Ubuntu22_LTS_64"
|
||||||
|
|||||||
@@ -17,3 +17,4 @@ boot_command = [
|
|||||||
cd_files = [
|
cd_files = [
|
||||||
"distros/ubuntu/23.10/disc/*"
|
"distros/ubuntu/23.10/disc/*"
|
||||||
]
|
]
|
||||||
|
vbox_os_type = "Ubuntu23_64"
|
||||||
|
|||||||
Reference in New Issue
Block a user