[PATCH] In interactive installs, default to bootloader in the MBR (#885284).

Chris Lumens clumens at redhat.com
Tue Dec 11 15:18:19 UTC 2012


---
 data/interactive-defaults.ks | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/interactive-defaults.ks b/data/interactive-defaults.ks
index f692ccd..a8c2897 100644
--- a/data/interactive-defaults.ks
+++ b/data/interactive-defaults.ks
@@ -1,4 +1,5 @@
 # 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.7.11.2



More information about the anaconda-patches mailing list