centos: nfs-common does not exist and I don't want to install nfs server

This commit is contained in:
Michael Adam 2014-12-22 17:48:29 +01:00
parent 1b3da2b910
commit ea5bcc5080

View file

@ -17,5 +17,5 @@ sleep $SECS
utils.lxc.attach yum update -y
# TODO: Support for appending to this list from outside
PACKAGES=(vim curl wget man ca-certificates sudo nfs-common)
PACKAGES=(vim curl wget man ca-certificates sudo)
utils.lxc.attach yum install ${PACKAGES[*]} -y