Ubuntu 22.04 on QEmu working

This commit is contained in:
Greg Hellings
2022-05-04 09:00:17 -05:00
parent ff59effbb1
commit d1e922929a
3 changed files with 109 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
distro = "ubuntu"
arch = "x86_64"
version = "22.04"
iso = {
url = "https://releases.ubuntu.com/jammy/ubuntu-22.04-live-server-amd64.iso"
checksum = "84aeaf7823c8c61baa0ae862d0a06b03409394800000b3235854a6b38eb4856f"
}
boot_wait = "15s"
boot_command = [
"e<down><down><down><end><bs><bs><bs>",
"autoinstall ds=\"nocloud-net;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/22.04/\" console=ttyS0<F10>"
]
ssh_handshake_attempts = 1000