[Fedora-spins] [spin-kickstarts] docker: Use bootloader --none to work around Anaconda regression

Colin Walters walters at fedoraproject.org
Fri May 15 21:36:38 UTC 2015


commit 4dc7946ad46869e3b78231ed11b0436d14456be8
Author: Colin Walters <walters at verbum.org>
Date:   Fri May 15 17:35:52 2015 -0400

    docker: Use bootloader --none to work around Anaconda regression
    
    We were getting grub2 in the base image again.  Apparently
    for a while Anaconda has supported a cleaner syntax for this, and
    since it fixes the bug, let's use it.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1222132

 fedora-docker-base.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks
index c9da8f2..07d3049 100644
--- a/fedora-docker-base.ks
+++ b/fedora-docker-base.ks
@@ -16,7 +16,7 @@
 #
 
 cmdline
-bootloader --location=none
+bootloader --disabled
 timezone --isUtc --nontp Etc/UTC
 rootpw --lock --iscrypted locked
 user --name=none


More information about the spins mailing list