Merge pull request #34 from rezonanc/bindfs_fix

Create fuse device to use bindfs
This commit is contained in:
Fabio Rehm 2015-12-06 19:42:57 -02:00
commit 490f5ed93e

View file

@ -46,3 +46,7 @@ fi
utils.lxc.attach /usr/sbin/locale-gen ${LANG}
utils.lxc.attach update-locale LANG=${LANG}
# Fix to allow bindfs
utils.lxc.attach ln -s /bin/true /sbin/modprobe
utils.lxc.attach mknod -m 666 /dev/fuse c 10 229