boxes: Include NFS client on base boxes [closes GH-218]

This commit is contained in:
Fabio Rehm 2014-03-11 01:11:30 -03:00
parent 735475d333
commit 28c5df5132

View file

@ -14,7 +14,7 @@ log 'Sleeping for 5 seconds...'
sleep 5
# TODO: Support for appending to this list from outside
PACKAGES=(vim curl wget man-db bash-completion python-software-properties ca-certificates sudo)
PACKAGES=(vim curl wget man-db bash-completion python-software-properties ca-certificates sudo nfs-common)
if [ $DISTRIBUTION = 'ubuntu' ]; then
PACKAGES+=' software-properties-common'
fi