mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 07:23:09 +00:00
docker: add --erroronfail to %post
If %post fails we want the whole install to fail.
This commit is contained in:
parent
b73439c2ca
commit
a4835bbc67
@ -42,7 +42,7 @@ sssd-client
|
||||
|
||||
%end
|
||||
|
||||
%post --log=/root/anaconda-post.log
|
||||
%post --erroronfail --log=/root/anaconda-post.log
|
||||
|
||||
set -e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user