提交 c6be0892 编写于 作者: M Matt Rickard 提交者: GitHub

Merge pull request #1180 from r2d4/bootlocal

Add bootlocal script as custom startup script
......@@ -203,3 +203,9 @@ if modprobe vboxguest &> /dev/null && modprobe vboxsf &> /dev/null; then
try_mount_share "$line"
done
fi
# This script will get called when the machine is started up
# Feel free to add any initialization you need to be ran here
if [ -e /var/lib/boot2docker/bootlocal.sh ]; then
/bin/sh /var/lib/boot2docker/bootlocal.sh
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册