Changes between Version 3 and Version 4 of InstallationGuidelines/VirtualMachineConfiguration
- Timestamp:
- 09/19/13 09:13:17 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/VirtualMachineConfiguration
v3 v4 72 72 73 73 * 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 {{{ 76 sudo mkdir /mnt/cdrom 76 77 sudo mount -t iso9660 -r /dev/cdrom /mnt/cdrom 77 78 cd /mnt/cdrom 78 sudo ./VBoxLinuxAdditions.run}}} 79 sudo ./VBoxLinuxAdditions.run 80 }}} 79 81 80 82 == Configure the guest system ==