Description
When I generate an iso from my image, and try to install it, the installation breaks after a while with the message:
The command 'ostree container image deploy --sysroot=/mnt/sysimage --image=/run/install/repo/bluejay-latest --transport=oci --no-signature-verification' exited with the code 1.
When I open the shell with ctrl-alt-f2 and look into /tmp/packaging.log
I find the actual error to be:
error: Pathname can't be converted from UTF-8 to current locale
This is probably the same issue as reported here: JasonN3/build-container-installer#150
Since I experience this issue specifically with bluebuild generate-iso
but I don't understand the details about the maybe missing env var and if this issue is specific to bluebuild, as pointed out in this comment: JasonN3/build-container-installer#150 (comment) I just feel free to report the issue here ;-)