1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-24 16:17:22 +00:00

docker: add --erroronfail to %post

If %post fails we want the whole install to fail.
This commit is contained in:
Dusty Mabe 2017-01-19 14:19:24 -05:00
parent b73439c2ca
commit a4835bbc67
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -42,7 +42,7 @@ sssd-client
%end
%post --log=/root/anaconda-post.log
%post --erroronfail --log=/root/anaconda-post.log
set -e