This work is based on previous PRs, namely: https://github.com/osbuild/osbuild-composer/pull/501 and https://github.com/osbuild/osbuild/pull/327 The problem here is that we used to treat legacy as a boolean before we started introducing support for alternative architectures, but now we need to specify exact strings for the grub2 stage, for example for ppc64le the legacy parameter looks like this: ``` "legacy": "powerpc-ieee1275" ``` This patch will allow us to introduce support for ppc64le and fix associated issues: https://github.com/osbuild/osbuild-composer/issues/693 |
||
|---|---|---|
| .. | ||
| distro_test_common | ||
| fedora31 | ||
| fedora32 | ||
| fedoratest | ||
| rhel8 | ||
| test_distro | ||
| distro.go | ||
| distro_test.go | ||
| osrelease_test.go | ||