force symbolic link to /sbin/modprobe

This commit is contained in:
Eric Keller 2015-12-21 12:30:46 +01:00
parent 24c3d73a53
commit 6f33140974

View file

@ -48,5 +48,5 @@ 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 ln -sf /bin/true /sbin/modprobe
utils.lxc.attach mknod -m 666 /dev/fuse c 10 229