osbuild / bootc-image-builder

A container for deploying bootable container images.
https://osbuild.org
Apache License 2.0
120 stars 51 forks source link

We should output if chown is successful or not #575

Open cdrage opened 2 months ago

cdrage commented 2 months ago

https://github.com/osbuild/bootc-image-builder/blob/7c6cffcd84ab0db22448d66cd2a107daff976bc6/bib/cmd/bootc-image-builder/main.go#L495

Unlike other outputs, we do not know if chown was succesful or not which is useful for debugging / output purposes