From 4dc7946ad46869e3b78231ed11b0436d14456be8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 15 May 2015 17:35:52 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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