diff --git a/roles/koji_builder/files/runroot.conf b/roles/koji_builder/files/runroot.conf index 736bf9f04b..c274a0992a 100644 --- a/roles/koji_builder/files/runroot.conf +++ b/roles/koji_builder/files/runroot.conf @@ -4,6 +4,7 @@ ; paths have readonly options and are made writable via extra_mounts ; parameter for individual calls. ; default_mounts = /mnt/archive,/mnt/workdir +default_mounts = /mnt/koji ; comma-delimited list of safe roots. ; Each extra_mount needs to start with some of these prefixes. Other paths are @@ -30,3 +31,9 @@ path = /mnt/koji/compose fstype = bind options = bind +[path1] +mountpoint = /mnt/koji +path = /mnt/koji +fstype = bind +options = bind +