From 4dd698a6626021c3018a491dde1659d313b465d1 Mon Sep 17 00:00:00 2001
From: Stephane Armanet <stephanearmanet@esss.lu.se>
Date: Thu, 9 May 2019 13:59:53 +0200
Subject: [PATCH] typo in kickstart name for BIOS-default

---
 templates/grub-menu/BIOS-default.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/grub-menu/BIOS-default.j2 b/templates/grub-menu/BIOS-default.j2
index ab81d6c..c60407b 100644
--- a/templates/grub-menu/BIOS-default.j2
+++ b/templates/grub-menu/BIOS-default.j2
@@ -1,3 +1,3 @@
-linux /images/centos7-x86_64/vmlinuz  ksdevice=bootif lang=  nomodeset text xdriver=vesa kssendmac   ks=http://{{ kickstart_ip }}/centos7/centos7--default.ks
+linux /images/centos7-x86_64/vmlinuz  ksdevice=bootif lang=  nomodeset text xdriver=vesa kssendmac   ks=http://{{ kickstart_ip }}/centos7/centos7-default.ks
 initrd /images/centos7-x86_64/initrd.img
 
-- 
GitLab