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
This commit is contained in:
Colin Walters 2015-05-15 17:35:52 -04:00
parent b8947535a2
commit 6ef2d02a30
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#
cmdline
bootloader --location=none
bootloader --disabled
timezone --isUtc --nontp Etc/UTC
rootpw --lock --iscrypted locked
user --name=none