Merge pull request #4 from erickeller/force_link

force symbolic link to /sbin/modprobe
This commit is contained in:
Michael Adam 2015-12-21 12:43:55 +01:00
commit 63005dffeb
1 changed files with 1 additions and 1 deletions

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