Update VirtualBox OS types

This commit is contained in:
Greg Hellings
2025-01-27 11:20:07 -06:00
parent 8f5e127b45
commit c0cd44a8e3
3 changed files with 3 additions and 3 deletions
@@ -28,7 +28,7 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>" "<leftCtrlOn>x<leftCtrlOff>"
] ]
cd_files = [ "distros/centos-stream/10/disc/*" ] cd_files = [ "distros/centos-stream/10/disc/*" ]
vbox_os_type = "RedHat10_64" vbox_os_type = "RedHat_64"
HERPDERP HERPDERP
rm -f cache/CentOS-Stream-10-latest-x86_64-boot.iso rm -f cache/CentOS-Stream-10-latest-x86_64-boot.iso
+1 -1
View File
@@ -16,4 +16,4 @@ boot_command = [
cd_files = [ cd_files = [
"distros/ubuntu/24.04/disc/*" "distros/ubuntu/24.04/disc/*"
] ]
vbox_os_type = "Ubuntu24_64" vbox_os_type = "Ubuntu24_LTS_64"
+1 -1
View File
@@ -16,4 +16,4 @@ boot_command = [
cd_files = [ cd_files = [
"distros/ubuntu/24.10/disc/*" "distros/ubuntu/24.10/disc/*"
] ]
vbox_os_type = "Ubuntu24_64" vbox_os_type = "Ubuntu_64"