mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-29 11:41:31 +00:00
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.
This commit is contained in:
parent
76f9f34177
commit
1abc43a2d0
@ -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…
x
Reference in New Issue
Block a user