Explorar o código

Use inst.ks for kickstart on CentOS

It looks like CentOS uses inst.ks now instead
of the ks option.  Updates parameter to latest
one.

Fixes https://github.com/netbootxyz/netboot.xyz/issues/583
Antony Messerli %!s(int64=5) %!d(string=hai) anos
pai
achega
195daa70e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/netbootxyz/templates/menu/centos.ipxe.j2

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

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