You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can predict part of the result path, currently it'll be output/$distro-$release-$imagetype-$arch however, the path parts that come after that are unpredictable as they are xz/disk.raw.xz.
Perhaps we can make them more predictable by outputting:
output/$distro-$release-$imagetype-$arch.raw.xz
instead?
The text was updated successfully, but these errors were encountered:
Perhaps we can take this together with (an expanded) version of osbuild/osbuild#1930 so we know which files to expect where and then move them into friendlier paths?
When building an image like so:
I can predict part of the result path, currently it'll be
output/$distro-$release-$imagetype-$arch
however, the path parts that come after that are unpredictable as they arexz/disk.raw.xz
.Perhaps we can make them more predictable by outputting:
instead?
The text was updated successfully, but these errors were encountered: