mount /mnt/koji by default
Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
7d645f3c6a
commit
1b52669bfc
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue