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:
James Shubin
2024-10-25 15:33:51 -04:00
parent a6bcd4b92b
commit 1692235498

View File

@@ -174,7 +174,7 @@ echo .
#
# post
#
%post
%post --log /root/post_ks.log --erroronfail
{{ range $i, $x := .post -}}
{{ $x }}
{{ end -}}