From 6ef2d02a301906445a2183ccd58a6350ffe64467 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: May 16 2015 12:35:09 +0000 Subject: 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 --- 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