osbuild2: add Users and Groups to kickstart stage

Supported by the osbuild stage for a while now.
This commit is contained in:
Achilleas Koutsou 2022-02-28 20:04:11 +01:00 committed by Ondřej Budai
parent db2910fed9
commit d022a23b8c

View file

@ -7,6 +7,10 @@ type KickstartStageOptions struct {
OSTree *OSTreeOptions `json:"ostree,omitempty"`
LiveIMG *LiveIMG `json:"liveimg,omitempty"`
Users map[string]UsersStageOptionsUser `json:"users,omitempty"`
Groups map[string]GroupsStageOptionsGroup `json:"groups,omitempty"`
}
type LiveIMG struct {