6 echo "Init script for $boxName"
9 pkg
install -fy virtualbox-ose-additions
11 neededPackages
=(mercurial git flex bison ccache rpm4 wget
)
12 bonusPackages
=(emacs24 zsh
)
14 for p
in ${neededPackages[@]}; do
18 for p
in ${bonusPackages[@]}; do
23 echo "FreeBSD-specific ended. Now doing general stuff"
26 /vagrant
/initGeneralScript.sh