mount /mnt/koji by default

Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
Dennis Gilmore 2015-07-21 19:49:30 +00:00
parent 7d645f3c6a
commit 1b52669bfc

View file

@ -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