base-imagectl: Drop experimental from compose-rootfs
It's stable in 2025.6 which is hopefully going to ship in Fedora 41 soon and is already in C10S and C9S.
This commit is contained in:
parent
407c3a6716
commit
78462e6c13
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def run_build_rootfs(args):
|
|||
manifest_path = os.path.join(args.manifest, 'manifest.yaml')
|
||||
else:
|
||||
manifest_path = args.manifest + '.yaml'
|
||||
rpmostree_argv = ['rpm-ostree', 'experimental', 'compose', 'rootfs']
|
||||
rpmostree_argv = ['rpm-ostree', 'compose', 'rootfs']
|
||||
try:
|
||||
# Assume we can mutate alternative roots
|
||||
if args.source_root != '/':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue