Ver Fonte

Update fedora kickstart to use inst.ks

CentOS was fixed back in #583 - add the fix to Fedora as well.
Christian Svensson há 2 anos atrás
pai
commit
45f1f4fcfa
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      roles/netbootxyz/templates/menu/fedora.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/fedora.ipxe.j2

@@ -61,7 +61,7 @@ goto boot
 
 :kickstart
 echo -n Specify kickstart URL for ${os} ${osversion}: && read ksurl
-set params ks=${ksurl} ||
+set params inst.ks=${ksurl} ||
 goto boot
 
 :boot