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

Colin Walters walters at fedoraproject.org
Sat May 16 12:35:12 UTC 2015


commit 6ef2d02a301906445a2183ccd58a6350ffe64467
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