[rhel7/f20/master 2/3] Remove the bootloader line from the interactive kickstart file (#916529)

mulhern amulhern at redhat.com
Thu Oct 31 14:35:29 UTC 2013


Related: rhbz#916529

Since bootloader location="mbr" is now the default for any kind of install,
it is redundant to specify it in this file which is loaded for interactive
installs.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 data/interactive-defaults.ks | 1 -
 1 file changed, 1 deletion(-)

diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks
index a8c2897..f692ccd 100644
--- a/data/interactive-defaults.ks
+++ b/data/interactive-defaults.ks
@@ -1,5 +1,4 @@
 # Kickstart defaults file for an interative install.
 # This is not loaded if a kickstart file is provided on the command line.
 auth --enableshadow --passalgo=sha512
-bootloader --location=mbr
 firstboot --enable
-- 
1.8.3.1



More information about the anaconda-patches mailing list