Add Ubuntu 24.04
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
distro = "ubuntu"
|
||||
version = "24.04"
|
||||
iso = {
|
||||
url = "http://releases.ubuntu.com/24.04/ubuntu-24.04-live-server-amd64.iso"
|
||||
checksum = "8762f7e74e4d64d72fceb5f70682e6b069932deedb4949c6975d0f0fe0a91be3"
|
||||
}
|
||||
boot_command = [
|
||||
"e<down><down><down><end><bs><bs><bs>",
|
||||
"console=ttyS0 ",
|
||||
"fsck.mode=skip ",
|
||||
"locale=en_US ",
|
||||
"auto=true ",
|
||||
"priority=critical ",
|
||||
"autoinstall",
|
||||
"<F10>",
|
||||
]
|
||||
cd_files = [
|
||||
"distros/ubuntu/24.04/disc/*"
|
||||
]
|
||||
vbox_os_type = "Ubuntu24_64"
|
||||
Reference in New Issue
Block a user