From 7c352d4b29bb28e96e4faad2b35ca296508de670 Mon Sep 17 00:00:00 2001 From: Garret Raziel Date: Thu, 12 Mar 2015 11:11:47 +0100 Subject: [PATCH] fix typo --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index fde30ff8..3acd1215 100755 --- a/templates +++ b/templates @@ -300,7 +300,7 @@ { key => "KICKSTART", value => "1" }, { key => "GRUB", value => "inst.ks=hd:vdb1:/root-user-crypted-net.ks" }, { key => "NUMDISKS", value => "2" }, - { key => "HDD_2", value => "disk_ks.img" } + { key => "HDD_2", value => "disk_ks.img" }, { key => "ROOT_PASSWORD", value => "111111" }, { key => "USER_LOGIN", value => "test" }, { key => "USER_PASSWORD", value => "test" },