remove unnecessary virtualbox-guest-dkms package from vagrant image builder

This commit is contained in:
Louis Zuckerman 2016-07-21 13:24:53 +00:00
parent 213c3b317c
commit 802e65f885

View File

@ -44,12 +44,8 @@ cleanup_vagrant() {
}
trap cleanup_vagrant EXIT
pkgs=(virtualbox-guest-dkms
virtualbox-guest-utils
)
chroot ${mount_d} apt-get update
chroot ${mount_d} apt-get install --no-install-recommends -y ${pkgs[@]}
chroot ${mount_d} apt-get install --no-install-recommends -y virtualbox-guest-utils
chroot ${mount_d} apt-get clean
# Used to identify bits