summaryrefslogtreecommitdiff
path: root/vm-data/worker.customize
diff options
context:
space:
mode:
Diffstat (limited to 'vm-data/worker.customize')
-rwxr-xr-xvm-data/worker.customize6
1 files changed, 6 insertions, 0 deletions
diff --git a/vm-data/worker.customize b/vm-data/worker.customize
index cf81daa..56ce661 100755
--- a/vm-data/worker.customize
+++ b/vm-data/worker.customize
@@ -71,3 +71,9 @@ EOF
# Append addresses to /etc/hosts.
cat vm-data/hosts >> "$rootdir/etc/hosts"
+
+# Force loading of the fuse kernel module.
+echo fuse >> "$rootdir/etc/modules"
+
+# Add the jenkins user to the fuse group.
+chroot "$rootdir" adduser jenkins fuse