Changes between Version 3 and Version 4 of InstallationGuidelines/VirtualMachineConfiguration


Ignore:
Timestamp:
09/19/13 09:13:17 (11 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/VirtualMachineConfiguration

    v3 v4  
    7272
    7373 * On the VM window menu: Devices -> Install Guest Additions... (This inserts a virtual CD-ROM with the guest additions installer in the virtual drive.)
    74  * Inside the VM window, start a terminal (double-click the LXTerminal icon). The following commands use "sudo" to execute privileged commands. The first use will ask you to enter your password -- that's the ''dev'' account password. Type:[[br]]
    75    {{{sudo mkdir /mnt/cdrom
     74 * Inside the VM window, start a terminal (double-click the LXTerminal icon). The following commands use "sudo" to execute privileged commands. The first use will ask you to enter your password -- that's the ''dev'' account password. Type:
     75{{{
     76sudo mkdir /mnt/cdrom
    7677sudo mount -t iso9660 -r /dev/cdrom /mnt/cdrom
    7778cd /mnt/cdrom
    78 sudo ./VBoxLinuxAdditions.run}}}
     79sudo ./VBoxLinuxAdditions.run
     80}}}
    7981
    8082== Configure the guest system ==