Merge pull request #34 from rezonanc/bindfs_fix
Create fuse device to use bindfs
This commit is contained in:
commit
490f5ed93e
1 changed files with 4 additions and 0 deletions
4
debian/vagrant-lxc-fixes.sh
vendored
4
debian/vagrant-lxc-fixes.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue