Moving Debian back to active

This commit is contained in:
Greg Hellings
2023-08-10 21:27:25 -05:00
parent 82d93ccb67
commit e115ebf7d8
13 changed files with 10 additions and 4 deletions
@@ -0,0 +1,15 @@
distro = "ubuntu"
version = "22.04"
iso = {
url = "https://releases.ubuntu.com/jammy/ubuntu-22.04.2-live-server-amd64.iso"
checksum = "5e38b55d57d94ff029719342357325ed3bda38fa80054f9330dc789cd2d43931"
}
boot_command = [
"e<down><down><down><end><bs><bs><bs>",
"fsck.mode=skip ",
"net.ifnames=0 biosdevnames=0 ",
"locale=en_US ",
"auto=true ",
"priority=critical ",
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=tty0<F10> ",
]