Add Fedora 42 and Ubuntu 25.05
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user