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:
Colin Walters 2025-03-19 16:35:44 -04:00
parent 407c3a6716
commit 78462e6c13

View file

@ -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 != '/':