ostree: add 'initramfs-args' option to Treefile
Add the initramfs-args Treefile option that can be used to pass arguments to drauct via rpm-ostree. NB: the ostree module will always be automatically be included by rpm-ostree.
This commit is contained in:
parent
c91333aea8
commit
52f33d56b7
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ class Treefile:
|
||||||
"selinux": Param(bool),
|
"selinux": Param(bool),
|
||||||
"boot-location": Param(str),
|
"boot-location": Param(str),
|
||||||
"etc-group-members": Param(List[str]),
|
"etc-group-members": Param(List[str]),
|
||||||
"machineid-compat": Param(bool)
|
"machineid-compat": Param(bool),
|
||||||
|
"initramfs-args": Param(List[str]),
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue