force symbolic link to /sbin/modprobe
This commit is contained in:
parent
24c3d73a53
commit
6f33140974
1 changed files with 1 additions and 1 deletions
2
debian/vagrant-lxc-fixes.sh
vendored
2
debian/vagrant-lxc-fixes.sh
vendored
|
@ -48,5 +48,5 @@ utils.lxc.attach /usr/sbin/locale-gen ${LANG}
|
||||||
utils.lxc.attach update-locale LANG=${LANG}
|
utils.lxc.attach update-locale LANG=${LANG}
|
||||||
|
|
||||||
# Fix to allow bindfs
|
# Fix to allow bindfs
|
||||||
utils.lxc.attach ln -s /bin/true /sbin/modprobe
|
utils.lxc.attach ln -sf /bin/true /sbin/modprobe
|
||||||
utils.lxc.attach mknod -m 666 /dev/fuse c 10 229
|
utils.lxc.attach mknod -m 666 /dev/fuse c 10 229
|
||||||
|
|
Loading…
Reference in a new issue