Changeset 35442 in vbox for trunk/doc/manual
- Timestamp:
- Jan 10, 2011 10:03:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_GuestAdditions.xml
r35189 r35442 493 493 and execute as root:</para> 494 494 495 <screen>sh ./VBoxLinuxAdditions-x86.run</screen> 496 497 <para>In a 64-bit Linux guest, use 498 <computeroutput>VBoxLinuxAdditions-amd64.run</computeroutput> 499 instead.</para> 495 <screen>sh ./VBoxLinuxAdditions.run</screen> 496 500 497 </listitem> 501 498 </orderedlist> … … 733 730 install the Guest Additions using the following command:</para> 734 731 735 <screen> sh ./VBoxLinuxAdditions-x86.run no_setup</screen> 736 737 <para>(substituting <computeroutput>VBoxLinuxAdditions-amd64 738 </computeroutput> on a 64-bit guest).</para> 732 <screen> sh ./VBoxLinuxAdditions.run no_setup</screen> 739 733 740 734 <para>After this, you will need to at least compile the kernel modules … … 821 815 CD-ROM drive as described above and running the installer for the 822 816 current Guest Additions with the "uninstall" parameter from the path 823 that the CD image is mounted on in the guest: <screen>sh ./VBoxLinuxAdditions-x86.run uninstall</screen></para> 824 825 <para>With a 64-bit guest, use 826 <computeroutput>VBoxLinuxAdditions-amd64</computeroutput> instead. 827 While this will normally work without issues, you may need to do some 817 that the CD image is mounted on in the guest: <screen>sh ./VBoxLinuxAdditions.run uninstall</screen></para> 818 819 <para>While this will normally work without issues, you may need to do some 828 820 manual cleanup of the guest (particularly of the XFree86Config or 829 821 xorg.conf file) in some cases, particularly if the Additions version
Note:
See TracChangeset
for help on using the changeset viewer.