rhel84,osbuild2: add system ID to ISO

New stage option added in osbuild
https://github.com/osbuild/osbuild/pull/611

System ID is used by osinfo to identify the RHEL boot ISOs, where the
system ID is "LINUX".
This commit is contained in:
Achilleas Koutsou 2021-03-14 15:38:30 +01:00 committed by Tom Gundersen
parent 8c92553623
commit f8b3b3f7e2
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,9 @@ type XorrisofsStageOptions struct {
// Volume ID to set
VolID string `json:"volid"`
// System ID to set
SysID string `json:"sysid,omitempty"`
Boot XorrisofsBoot `json:"boot,omitempty"`
EFI string `json:"efi,omitempty"`