Ver Fonte

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 há 5 anos atrás
pai
commit
195daa70e1
1 ficheiros alterados com 1 adições e 1 exclusões
  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