diff --git a/stages/org.osbuild.rpm b/stages/org.osbuild.rpm index 38270641bc..8c4c080e2e 100755 --- a/stages/org.osbuild.rpm +++ b/stages/org.osbuild.rpm @@ -305,6 +305,8 @@ def main(tree, inputs, options): os.makedirs(target, exist_ok=True) mount(source, target, ro=False) + os.symlink("/proc/self/fd", f"{tree}/dev/fd") + machine_id_created = create_machine_id_if_needed(tree) ostree_booted = None