From 80fe620b3c7f73d04d8ad679b80180ecf7616b26 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Tue, 11 Sep 2018 17:04:46 -0700 Subject: [PATCH] Adds back content starting at Line 150 per bwarden. Signed-off-by: Michael Vincerra --- .../virtual-machine-install/virtualbox.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst b/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst index f304a315..3fb745d0 100644 --- a/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst +++ b/source/clear-linux/get-started/virtual-machine-install/virtualbox.rst @@ -150,6 +150,20 @@ To install the VirtualBox kernel modules, here are the steps: :abbr:`LGA (Linux Guest Additions)` drivers are integrated in Clear Linux LTS kernel 4.14 going forward. You do not need to manually install LGA. +#. Insert Guest Additions CD image using *Devices* menu + + .. image:: ./figures/vbox-cd.png + :alt: VirtualBox CD + +#. Install Linux users Guest Additions:: + + install-vbox-lga + +#. Reboot your system:: + + reboot + + Troubleshooting ---------------