Add Ubuntu 23.10

This commit is contained in:
Greg Hellings
2023-11-27 10:04:06 -06:00
parent 149a509803
commit b2c05afd35
8 changed files with 94 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
distro = "ubuntu"
version = "23.10"
iso = {
url = "http://releases.ubuntu.com/23.10/ubuntu-23.10-live-server-amd64.iso"
checksum = "d2fb80d9ce77511ed500bcc1f813e6f676d4a3577009dfebce24269ca23346a5"
}
boot_command = [
"e<down><down><down><end><bs><bs><bs>",
"console=tty0 ",
"fsck.mode=skip ",
"locale=en_US ",
"auto=true ",
"priority=critical ",
"autoinstall",
"<F10>",
]
cd_files = [
"distros/ubuntu/23.10/disc/*"
]