Fedora 35 on QEmu

This commit is contained in:
Greg Hellings
2022-05-04 09:00:17 -05:00
parent d86d62230d
commit c37f8f1d67
2 changed files with 32 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
distro = "fedora"
arch = "x86_64"
version = "35"
iso = {
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/35/Server/x86_64/iso/Fedora-Server-dvd-x86_64-35-1.2.iso"
checksum = "3fe521d6c7b12c167f3ac4adab14c1f344dd72136ba577aa2bcc4a67bcce2bc6"
}
boot_wait = "20s"
boot_command = [
"<up><tab><bs><bs><bs><bs><bs>",
"edd=off net.ifnames=0 biosdevnames=0 inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora/35-x86_64.ks console=ttyS0<enter><wait>"
]
ssh_handshake_attempts = 1000