Changeset 35090 in vbox
- Timestamp:
- Dec 14, 2010 2:50:11 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68922
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Introduction.xml
r35008 r35090 69 69 solution on a real machine can be a tedious task. With VirtualBox, 70 70 such a complex setup (then often called an "appliance") can be packed 71 into a virtual machine. Installing and running a mail server 72 becomesas easy as importing such an appliance into VirtualBox.</para>71 into a virtual machine. Installing and running a mail server becomes 72 as easy as importing such an appliance into VirtualBox.</para> 73 73 </listitem> 74 74 … … 503 503 504 504 <sect1 id="intro-installing"> 505 <title>Installing VirtualBox </title>505 <title>Installing VirtualBox and extension packs</title> 506 506 507 507 <para>VirtualBox comes in many different packages, and installation 508 depends on your host platform. If you have installed software before,509 installation should be straightforward: on each host platform, VirtualBox510 uses the installation method that is most common and easy to use. If you511 run into trouble or have special requirements, please refer to <xref512 linkend="installation" /> for details about the various installation508 depends on your host operating system. If you have installed software 509 before, installation should be straightforward: on each host platform, 510 VirtualBox uses the installation method that is most common and easy to 511 use. If you run into trouble or have special requirements, please refer to 512 <xref linkend="installation" /> for details about the various installation 513 513 methods.</para> 514 514 … … 516 516 components.<orderedlist> 517 517 <listitem> 518 <para>The base package consists of all open 518 <para>The base package consists of all open-source components and is 519 519 licensed under the GNU General Public License V2.</para> 520 520 </listitem> … … 543 543 544 544 <para>VirtualBox extension packages have a 545 <computeroutput>.vbox-extpack</computeroutput> file name extension. To 546 install an extension, simply double-click on package file, and the 547 VirtualBox Manager will guide you through the required steps.</para> 545 <computeroutput>.vbox-extpack</computeroutput> file name extension. 546 To install an extension, simply double-click on the package file, 547 and the VirtualBox Manager will guide you through the required 548 steps. </para> 549 550 <para>To view the extension packs that are currently installed, 551 please start the VirtualBox Manager (see the next section). From the 552 "File" menu, please select "Preferences". In the window that shows 553 up, go to the "Extensions" category which shows you the extensions 554 which are currently installed and allows you to remove a package or 555 add a new one.</para> 556 557 <para>Alternatively you can use VBoxManage on the command line: see 558 <xref linkend="vboxmanage-extpack" /> for details.</para> 548 559 </listitem> 549 560 </orderedlist></para> … … 815 826 816 827 <sect2> 817 <title>Starting a VM for the first time</title>828 <title>Starting a new VM for the first time</title> 818 829 819 830 <para>When a VM gets started for the first time, another wizard -- the … … 1257 1268 snapshots. By restoring a snapshot, you go back (or forward) in 1258 1269 time: the current state of the machine is lost, and the machine is 1259 restored to exactly the same state as it was when the snapshot 1260 wastaken.<footnote>1270 restored to exactly the same state as it was when the snapshot was 1271 taken.<footnote> 1261 1272 <para>Both the terminology and the functionality of restoring 1262 1273 snapshots has changed with VirtualBox 3.1. Before that … … 1455 1466 </orderedlist></para> 1456 1467 1457 <para>To <emphasis role="bold">import</emphasis> an appliance in one of the1458 above formats, simply double-click on the OVF/OVA file.<footnote>1468 <para>To <emphasis role="bold">import</emphasis> an appliance in one of 1469 the above formats, simply double-click on the OVF/OVA file.<footnote> 1459 1470 <para>Starting with version 4.0, VirtualBox creates file type 1460 1471 associations for OVF and OVA files on your host operating -
trunk/doc/manual/en_US/user_VBoxManage.xml
r35038 r35090 177 177 178 178 <listitem> 179 <para><computeroutput>hdds</computeroutput>,180 <computeroutput>dvds</computeroutput> and181 <computeroutput>floppies</computeroutput> all give you information182 about virtual disk images currently registered in VirtualBox,183 including all their settings, the unique identifiers (UUIDs)184 associated with them by VirtualBox and all files associated with185 them.</para>186 </listitem>187 188 <listitem>189 179 <para><computeroutput>ostypes</computeroutput> lists all guest 190 180 operating systems presently known to VirtualBox, along with the … … 195 185 <listitem> 196 186 <para><computeroutput>hostdvds</computeroutput>, 197 <computeroutput>hostfloppies</computeroutput> and 198 <computeroutput>hostifs</computeroutput>, respectively, list DVD, 199 floppy and host networking interfaces on the host, along with the 200 name used to access them from within VirtualBox.</para> 187 <computeroutput>hostfloppies</computeroutput>, respectively, list 188 DVD, floppy, bridged networking and host-only networking interfaces 189 on the host, along with the name used to access them from within 190 VirtualBox.</para> 191 </listitem> 192 193 <listitem> 194 <para><computeroutput>bridgedifs</computeroutput>, 195 <computeroutput>hostonlyifs</computeroutput> and 196 <computeroutput>dhcpservers</computeroutput>, respectively, list 197 bridged network interfaces, host-only network interfaces and DHCP 198 servers currently available on the host. Please see <xref 199 linkend="networkingdetails" /> for details on these.</para> 201 200 </listitem> 202 201 … … 216 215 217 216 <listitem> 217 <para><computeroutput>hdds</computeroutput>, 218 <computeroutput>dvds</computeroutput> and 219 <computeroutput>floppies</computeroutput> all give you information 220 about virtual disk images currently in use by VirtualBox, including 221 all their settings, the unique identifiers (UUIDs) associated with 222 them by VirtualBox and all files associated with them. This is the 223 command-line equivalent of the Virtual Media Manager; see <xref 224 linkend="vdis" />.</para> 225 </listitem> 226 227 <listitem> 228 <para><computeroutput>hddbackends</computeroutput> lists all known 229 virtual disk back-ends of VirtualBox. For each such format (such as 230 VDI, VMDK or RAW), this lists the back-end's capabilities and 231 configuration.</para> 232 </listitem> 233 234 <listitem> 218 235 <para><computeroutput>systemproperties</computeroutput> displays 219 236 some global VirtualBox settings, such as minimum and maximum guest … … 223 240 224 241 <listitem> 225 <para><computeroutput> hddbackends</computeroutput> lists all known226 virtual disk back-ends of VirtualBox. For each such format (such as227 VDI, VMDK or RAW), this lists the back-end's capabilities and228 configuration.</para>242 <para><computeroutput>extpacks</computeroutput> displays all 243 VirtualBox extension packs currently installed; see <xref 244 linkend="intro-installing" /> and <xref 245 linkend="vboxmanage-extpack" /> for more information.</para> 229 246 </listitem> 230 247 </itemizedlist></para> … … 2675 2692 2676 2693 <glossdef> 2677 <para>Enables following symlinks on the host's source.</para> 2694 <para>Enables following symlinks on the host's 2695 source.</para> 2678 2696 </glossdef> 2679 2697 </glossentry> … … 2683 2701 2684 2702 <glossdef> 2685 <para>Recursively copies files/directories of the specified source.</para> 2703 <para>Recursively copies files/directories of the specified 2704 source.</para> 2686 2705 </glossdef> 2687 2706 </glossentry> … … 2707 2726 2708 2727 <listitem> 2709 <para><computeroutput>createdirectory</computeroutput>, which allows copying2710 files from the host to the guest (only with installed Guest2728 <para><computeroutput>createdirectory</computeroutput>, which allows 2729 copying files from the host to the guest (only with installed Guest 2711 2730 Additions 4.0 and later).</para> 2712 2731 … … 2729 2748 2730 2749 <glossdef> 2731 <para>Absolute path of directory/directories to create on guest, e.g. 2732 <computeroutput>D:\Foo\Bar</computeroutput>. Parent directories 2733 need to exist (e.g. in this example <computeroutput>D:\Foo</computeroutput>) 2734 when switch <computeroutput>--parents</computeroutput> is omitted. The 2735 specified user must have appropriate rights to create the specified 2736 directory.</para> 2750 <para>Absolute path of directory/directories to create on 2751 guest, e.g. <computeroutput>D:\Foo\Bar</computeroutput>. 2752 Parent directories need to exist (e.g. in this example 2753 <computeroutput>D:\Foo</computeroutput>) when switch 2754 <computeroutput>--parents</computeroutput> is omitted. The 2755 specified user must have appropriate rights to create the 2756 specified directory.</para> 2737 2757 </glossdef> 2738 2758 </glossentry> … … 2761 2781 2762 2782 <glossdef> 2763 <para>Also creates not yet existing parent directories of the 2764 specified directory, e.g. if the directory <computeroutput>D:\Foo</computeroutput> 2765 of <computeroutput>D:\Foo\Bar</computeroutput> does not exist yet it will 2766 be created. Without specifying <computeroutput>--parent</computeroutput> the 2767 action would have failed.</para> 2783 <para>Also creates not yet existing parent directories of 2784 the specified directory, e.g. if the directory 2785 <computeroutput>D:\Foo</computeroutput> of 2786 <computeroutput>D:\Foo\Bar</computeroutput> does not exist 2787 yet it will be created. Without specifying 2788 <computeroutput>--parent</computeroutput> the action would 2789 have failed.</para> 2768 2790 </glossdef> 2769 2791 </glossentry> … … 2773 2795 2774 2796 <glossdef> 2775 <para>Sets the permission mode of the specified directory. Only octal 2776 modes (e.g. <computeroutput>0755</computeroutput>) are supported right now.</para> 2797 <para>Sets the permission mode of the specified directory. 2798 Only octal modes (e.g. 2799 <computeroutput>0755</computeroutput>) are supported right 2800 now.</para> 2777 2801 </glossdef> 2778 2802 </glossentry> … … 2785 2809 </glossdef> 2786 2810 </glossentry> 2787 2788 2811 </glosslist></para> 2789 2812 </listitem> … … 2905 2928 network or host-only interface name.</para> 2906 2929 </sect1> 2930 2931 <sect1 id="vboxmanage-extpack"> 2932 <title>VBoxManage extpack</title> 2933 2934 <para>The "extpack" command allows you to add or remove VirtualBox 2935 extension packs, as described in <xref 2936 linkend="intro-installing" />.<itemizedlist> 2937 <listitem> 2938 <para>To add a new extension pack, use <computeroutput>VBoxManage 2939 extpack install <tarball></computeroutput>. </para> 2940 </listitem> 2941 2942 <listitem> 2943 <para>To remove a previously installed extension pack, use 2944 <computeroutput>VBoxManage extpack uninstall 2945 <name></computeroutput>. You can use 2946 <computeroutput>VBoxManage list extpacks</computeroutput> to show 2947 the names of the extension packs which are currently installed; 2948 please see <xref linkend="vboxmanage-list" /> also. The optional 2949 <computeroutput>--force</computeroutput> parameter can be used to 2950 override the refusal of an extension pack to be uninstalled.</para> 2951 </listitem> 2952 2953 <listitem> 2954 <para>The <computeroutput>VBoxManage extpack 2955 cleanup</computeroutput> command can be used to remove temporary 2956 files and directories that may have been left behind if a previous 2957 install or uninstall command failed.</para> 2958 </listitem> 2959 </itemizedlist></para> 2960 </sect1> 2907 2961 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.