debian-forge-composer/internal/distro
Martin Sehnoutka 65bc635c30 osbuild: change legacy type from bool to string
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
2020-06-03 12:29:47 +02:00
..
distro_test_common distro: make the osbuild package internal to the distros 2020-06-03 00:30:01 +02:00
fedora31 osbuild: change legacy type from bool to string 2020-06-03 12:29:47 +02:00
fedora32 osbuild: change legacy type from bool to string 2020-06-03 12:29:47 +02:00
fedoratest distro: make the osbuild package internal to the distros 2020-06-03 00:30:01 +02:00
rhel8 osbuild: change legacy type from bool to string 2020-06-03 12:29:47 +02:00
test_distro distro: make the osbuild package internal to the distros 2020-06-03 00:30:01 +02:00
distro.go distro: make the osbuild package internal to the distros 2020-06-03 00:30:01 +02:00
distro_test.go distro: drop fedora-30 2020-05-27 16:20:35 +02:00
osrelease_test.go distro: add DetectHost 2019-11-10 17:23:14 +01:00