mirror of
https://pagure.io/fedora-kickstarts.git
synced 2026-01-24 00:45:48 +08:00
docker: add --erroronfail to %post
If %post fails we want the whole install to fail.
This commit is contained in:
@@ -42,7 +42,7 @@ sssd-client
|
||||
|
||||
%end
|
||||
|
||||
%post --log=/root/anaconda-post.log
|
||||
%post --erroronfail --log=/root/anaconda-post.log
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user