Remove virtualbox-guest-utils (LP: #1895862)

virtualbox-guest-utils kernel modules is included in linux-modules
starting in kernel 5.4.0-33 in focal-updates. The vagrant hook also
explicit installed virtualbox-guest-utils. An error occurred with the
version installed from the archives, however, with the inclusion in
linux-modules, there's no need to explicitly install
virtualbox-guest-utils. Removes the code for the explicit install.
raspi-desktop-1
John Chittum 4 years ago
parent 76f9f34177
commit 1abc43a2d0
No known key found for this signature in database
GPG Key ID: FC52138B0F49EA8E

@ -58,12 +58,6 @@ cleanup_vagrant() {
} }
trap cleanup_vagrant EXIT trap cleanup_vagrant EXIT
chroot ${mount_d} apt-get update
# virtualbox-guest-utils Recommends: virtualbox-guest-x11, which we want to
# avoid pulling into a cloud image.
chroot ${mount_d} apt-get install --no-install-recommends -y virtualbox-guest-utils
chroot ${mount_d} apt-get clean
# Create and setup users inside the image. # Create and setup users inside the image.
# Vagrant users expect a "vagrant" user with a "vagrant" username. # Vagrant users expect a "vagrant" user with a "vagrant" username.
# See https://www.vagrantup.com/docs/boxes/base.html # See https://www.vagrantup.com/docs/boxes/base.html

Loading…
Cancel
Save