koji_builder / runroot: Also add bind mount to nspwan args
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7c10f88b02
commit
9e98f4c0de
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ config_opts['nspawn_args'] += ['--capability=cap_mac_admin']
|
|||
# https://pagure.io/fedora-infrastructure/issue/11420
|
||||
config_opts['plugin_conf']['bind_mount_enable'] = True
|
||||
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(("/dev/fuse", "/dev/fuse"))
|
||||
config_opts['nspawn_args'] += ['--bind=/dev/fuse']
|
||||
{% endif %}
|
||||
config_opts['dnf_command'] = '/usr/bin/dnf-3'
|
||||
config_opts['system_dnf_command'] = '/usr/bin/dnf-3'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue