Add Fedora 42 and Ubuntu 25.05

This commit is contained in:
Greg Hellings
2025-05-20 09:32:53 -05:00
parent b9fde94a66
commit 99eda3fd3f
15 changed files with 324 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
distro = "ubuntu"
version = "25.04"
iso = {
url = "https://releases.ubuntu.com/25.04/ubuntu-25.04-live-server-amd64.iso"
checksum = "8b44046211118639c673335a80359f4b3f0d9e52c33fe61c59072b1b61bdecc5"
}
boot_command = [
"e<down><down><down><end><bs><bs><bs>",
"fsck.mode=skip ",
"locale=en_US ",
"auto=true ",
"priority=critical ",
"autoinstall",
"<F10>",
]
cd_files = [
"distros/ubuntu/25.04/disc/*"
]
vbox_os_type = "Ubuntu_64"