mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 17:31:38 +00:00
remove unnecessary virtualbox-guest-dkms package from vagrant image builder
This commit is contained in:
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…
x
Reference in New Issue
Block a user