diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-03-27 16:16:11 -0400 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-03-27 16:16:11 -0400 |
commit | f349c98d9a5d66fd9f39d59af159e994fc48c8f4 (patch) | |
tree | ea945f7ed33eb79394cce998d287f5bbeb932783 /data/live-build-config/hooks/16-fuse.chroot | |
parent | b1e716208f9fb92966bda9b7425d6f67911105e4 (diff) | |
download | vyos-build-f349c98d9a5d66fd9f39d59af159e994fc48c8f4.tar.gz vyos-build-f349c98d9a5d66fd9f39d59af159e994fc48c8f4.zip |
add vyos-remove package and remove ddclient dhclient hook
Diffstat (limited to 'data/live-build-config/hooks/16-fuse.chroot')
-rwxr-xr-x | data/live-build-config/hooks/16-fuse.chroot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/16-fuse.chroot b/data/live-build-config/hooks/16-fuse.chroot new file mode 100755 index 00000000..126dc626 --- /dev/null +++ b/data/live-build-config/hooks/16-fuse.chroot @@ -0,0 +1,4 @@ +#!/bin/sh + +sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf +chmod a+r /etc/fuse.conf |