Michael Vogt
Michael Vogt
We have a discussion about a similar feature in https://github.com/osbuild/images/pull/1167 and https://github.com/osbuild/images/pull/1173 for the CLI. The idea is very similar, show the available distros in a map like format but...
If the only use-case we have right now is to force the password change on first login, maybe that is enough? I.e. - call the option something like `force-password-change={true,false}` -...
Totally fine to make a new PR, but let's give some of the more experienced developers like @ondrejbudai or @achilleas-k a chance to weight in here, maybe my judgement is...
autopep8 is unhappy: ``` 2024-04-03T20:15:16.3426722Z - ({"geometry": { "heads": 255, "sectors-per-track": 63}}, ["-g", "255/63"]), 2024-04-03T20:15:16.3427518Z + ({"geometry": {"heads": 255, "sectors-per-track": 63}}, ["-g", "255/63"]), ``` (just run "make lint" to check)
This needs a small fix (cc @elkoniu ) ``` stages/test/test_mkfs_fat.py:4:0: W0611: Unused import re (unused-import) ```
Thanks for your bugreport! Could you please check if there a selinux denial when this happens?
Thanks! I wonder if this might be a dupe of https://github.com/osbuild/bootc-image-builder/issues/645 - `sudo journalctl |grep avc:` might be a quick way to check.
Colin pointed out this might be related to https://github.com/bootc-dev/bootc/pull/1302 - and indeed adding a testcase that is close to what we pass to bootc yield the same error: ``` $...
Fwiw, we inverted the https://github.com/osbuild/bootc-image-builder/pull/907 > ``` > // use lorax-templates-rhel if the source distro is not Fedora with the exception of Fedora ELN > img.UseRHELLoraxTemplates = > c.SourceInfo.OSRelease.ID !=...
Sorry, had to force push because of conflicts in go.mod