mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-26 09:03:09 +00:00
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:
parent
ed4f6a9e88
commit
4dc7946ad4
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
cmdline
|
cmdline
|
||||||
bootloader --location=none
|
bootloader --disabled
|
||||||
timezone --isUtc --nontp Etc/UTC
|
timezone --isUtc --nontp Etc/UTC
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
user --name=none
|
user --name=none
|
||||||
|
Loading…
Reference in New Issue
Block a user