Skip to content

vagrant: Drop virtualbox-guest-dkms, don't modify apt sources

  • Drop virtualbox-guest-dkms package

  • vagrant: Don't modify apt sources list

    • Only install VirtualBox Guest Additions if contrib is already in the release components. The list of components is passed by the builder to the vagrant-package script.
      • Tests:
        • Build a vagrant unstable image with no extra release components. virtualbox-guest-utils is not installed.
        • Build a vagrant unstable image with contrib release component. virtualbox-guest-utils is installed.
        • Build a vagrant unstable image with contrib and non-free release components. virtualbox-guest-utils is installed.
      • Helps #189 (closed).

Signed-off-by: James Valleroy jvalleroy@mailbox.org

Merge request reports

Loading