From 8f142150ba67445ab24974e60705228472713de9 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mon, 8 May 2017 11:36:00 -0400 Subject: [PATCH] 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 --- fedora-atomic.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 06710d1..c45846a 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -6,7 +6,7 @@ # dedicated for Docker containers, and uses docker-storage-setup to # dynamically resize storage on boot. -text +text # don't use cmdline -- https://github.com/rhinstaller/anaconda/issues/931 lang en_US.UTF-8 keyboard us timezone --utc Etc/UTC