Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
vbox:guest-additions [2015/10/18 04:29]
admin created
vbox:guest-additions [2015/10/18 04:44] (current)
admin
Line 5: Line 5:
  
 From the VM's window, select menu **Devices > Insert Guest Additions CD image...**\\ From the VM's window, select menu **Devices > Insert Guest Additions CD image...**\\
-Then mount the CD:+ 
 +In most Desktop Environments,​ the system will suggest to auto-run the installation program. 
 + 
 +In command line environments,​ you'll have to mount the CD:
 <​code>​ <​code>​
 > mount /dev/cdrom /​media/​cdrom > mount /dev/cdrom /​media/​cdrom
Line 11: Line 14:
 </​code>​ </​code>​
  
-Install ​necessary packages:+Then install the necessary packages:
 <​code>​ <​code>​
 > sudo apt-get install linux-headers-$(uname -r) > sudo apt-get install linux-headers-$(uname -r)