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

ubuntu/yakkety
Louis Zuckerman 9 years ago
parent 213c3b317c
commit 802e65f885

@ -44,12 +44,8 @@ cleanup_vagrant() {
} }
trap cleanup_vagrant EXIT trap cleanup_vagrant EXIT
pkgs=(virtualbox-guest-dkms
virtualbox-guest-utils
)
chroot ${mount_d} apt-get update 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 chroot ${mount_d} apt-get clean
# Used to identify bits # Used to identify bits

Loading…
Cancel
Save