lang: core: embedded: provisioner: Log output of post
This is useful for debugging and for knowing what we really did to the machine.
This commit is contained in:
@@ -174,7 +174,7 @@ echo .
|
|||||||
#
|
#
|
||||||
# post
|
# post
|
||||||
#
|
#
|
||||||
%post
|
%post --log /root/post_ks.log --erroronfail
|
||||||
{{ range $i, $x := .post -}}
|
{{ range $i, $x := .post -}}
|
||||||
{{ $x }}
|
{{ $x }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user