Correct kickstart for Fedora 36

This commit is contained in:
Greg Hellings
2022-06-01 10:11:29 -05:00
parent 46dbcf20c2
commit a3265bb64f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ iso = {
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>"
"edd=off net.ifnames=0 biosdevnames=0 inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora/36-x86_64.ks console=ttyS0<enter><wait>"
]
ssh_handshake_attempts = 1000