From 7607116382b63645723d40a94ead51beda891283 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 21 Jul 2015 20:33:39 +0000 Subject: [PATCH] attempt to bind mount /dev Signed-off-by: Dennis Gilmore --- roles/koji_builder/files/runroot.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/roles/koji_builder/files/runroot.conf b/roles/koji_builder/files/runroot.conf index c274a0992a..c888e52a63 100644 --- a/roles/koji_builder/files/runroot.conf +++ b/roles/koji_builder/files/runroot.conf @@ -4,7 +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 +default_mounts = /mnt/koji,/dev ; comma-delimited list of safe roots. ; Each extra_mount needs to start with some of these prefixes. Other paths are @@ -37,3 +37,9 @@ path = /mnt/koji fstype = bind options = bind +[path2] +mountpoint = /dev +path = /dev +fstype = bind +options = bind +