From a3265bb64f0a747c2b6f4bb22f4ececb9dfbd840 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 1 Jun 2022 10:10:41 -0500 Subject: [PATCH] Correct kickstart for Fedora 36 --- distros/fedora-36-x86_64.pkrvars.hcl | 2 +- http/fedora/36-x86_64.ks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/fedora-36-x86_64.pkrvars.hcl b/distros/fedora-36-x86_64.pkrvars.hcl index c68e7df..b84b36b 100644 --- a/distros/fedora-36-x86_64.pkrvars.hcl +++ b/distros/fedora-36-x86_64.pkrvars.hcl @@ -8,6 +8,6 @@ iso = { boot_wait = "20s" boot_command = [ "", - "edd=off net.ifnames=0 biosdevnames=0 inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora/35-x86_64.ks console=ttyS0" + "edd=off net.ifnames=0 biosdevnames=0 inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora/36-x86_64.ks console=ttyS0" ] ssh_handshake_attempts = 1000 diff --git a/http/fedora/36-x86_64.ks b/http/fedora/36-x86_64.ks index ed17021..d7a3057 100644 --- a/http/fedora/36-x86_64.ks +++ b/http/fedora/36-x86_64.ks @@ -8,7 +8,7 @@ text NetworkManager %end -%include /tmp/packer_ks/fedora/f35/fedora-cloud-base-vagrant.ks +%include /tmp/packer_ks/fedora/f36/fedora-cloud-base-vagrant.ks %pre --interpreter /bin/bash --log /tmp/greg cmdline=$(cat /proc/cmdline)