osbuild2/ostree.preptree: add missing options
Add the missing options for the `org.osbuild.ostree.preptree` stage.
This commit is contained in:
parent
cda1884de3
commit
a98be74135
1 changed files with 9 additions and 0 deletions
|
|
@ -1,7 +1,16 @@
|
|||
package osbuild2
|
||||
|
||||
// Transforms the tree to an ostree layout
|
||||
|
||||
type OSTreePrepTreeStageOptions struct {
|
||||
// Array of group names to still keep in /etc/group
|
||||
EtcGroupMembers []string `json:"etc_group_members,omitempty"`
|
||||
|
||||
// Array of arguments passed to dracut
|
||||
InitramfsArgs []string `json:"initramfs-args,omitempty"`
|
||||
|
||||
// Create a regular directory for /tmp
|
||||
TmpIsDir *bool `json:"tmp-is-dir,omitempty"`
|
||||
}
|
||||
|
||||
func (OSTreePrepTreeStageOptions) isStageOptions() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue