From 47b4b3af6080d61fdd4553b33aa97508eaf0f67d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 24 Aug 2020 12:39:17 -0700 Subject: [PATCH] Bump disk_ks version to 4 We changed the FreeIPA kickstarts for 172.16 network. Signed-off-by: Adam Williamson --- templates.fif.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 10fb53b7..31581ba8 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -1111,7 +1111,7 @@ }, "settings": { "GRUB": "inst.ks=hd:vdb1:/root-user-crypted-net.ks", - "HDD_2": "disk_ks_3.img", + "HDD_2": "disk_ks_4.img", "KICKSTART": "1", "NUMDISKS": "2", "ROOT_PASSWORD": "111111", @@ -1970,7 +1970,7 @@ }, "settings": { "GRUB": "inst.ks=hd:vdb1:/freeipaclient.ks", - "HDD_2": "disk_ks_3.img", + "HDD_2": "disk_ks_4.img", "INSTALL_UNLOCK": "freeipa_ready", "KICKSTART": "1", "NICTYPE": "tap",