mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-02 11:05:23 +00:00
atomic: don't use cmdline for install mode
similar change was done for docker/cloud in f6ecdc3
cmdline makes it so that %post --erroronfail won't actually stop the
installation in a way that imagefactory will detect the problem and
fail the build. See [1] for more details.
[1] https://github.com/rhinstaller/anaconda/issues/931
This commit is contained in:
parent
a59dfe5f40
commit
8f142150ba
@ -6,7 +6,7 @@
|
|||||||
# dedicated for Docker containers, and uses docker-storage-setup to
|
# dedicated for Docker containers, and uses docker-storage-setup to
|
||||||
# dynamically resize storage on boot.
|
# dynamically resize storage on boot.
|
||||||
|
|
||||||
text
|
text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc Etc/UTC
|
timezone --utc Etc/UTC
|
||||||
|
Loading…
Reference in New Issue
Block a user