From 98c4cf34bb0326f59102820fa6a314d7414b5f3e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Dec 2014 20:29:25 +0200 Subject: Clean up for creating VMs under jessie --- vm-data/worker.customize | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vm-data/worker.customize') 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 -- cgit v1.2.1