osbuild2: add Users and Groups to kickstart stage
Supported by the osbuild stage for a while now.
This commit is contained in:
parent
db2910fed9
commit
d022a23b8c
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue