From 11a839045d615d39f5baac2ea7e1b69b5e179356 Mon Sep 17 00:00:00 2001 From: Marcin Kulisz Date: Mon, 9 Nov 2015 21:53:48 +0000 Subject: [PATCH] Vbox guest additions info added to the vbox provider readme --- bootstrapvz/providers/virtualbox/README.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bootstrapvz/providers/virtualbox/README.rst b/bootstrapvz/providers/virtualbox/README.rst index 8443f4f..5944dd1 100644 --- a/bootstrapvz/providers/virtualbox/README.rst +++ b/bootstrapvz/providers/virtualbox/README.rst @@ -7,6 +7,9 @@ run in VirtualBox). It's advisable to always use vmdk images for interoperability (e.g. `OVF `__ files *should* support vdi files, but since they have no identifier URL not -even VirtualBox itself can import them). VirtualBox Guest Additions can -be installed automatically if the ISO is `provided in the -manifest <../../../manifests/#bootstrapper>`__. +even VirtualBox itself can import them). + +VirtualBox Guest Additions can be installed automatically if the ISO is +`provided in the manifest <../../../manifests/#bootstrapper>`__. +VirtualBox Additions iso can be installed from main Debian repo by running: +`apt install virtualbox-guest-additions-iso`