VirtualBox

Changeset 93480 in vbox for trunk/doc/manual


Ignore:
Timestamp:
Jan 28, 2022 4:09:52 PM (3 years ago)
Author:
vboxsync
Message:

Main/Appliance: Allow users to specify a different storage controller
and/or controller port for hard disks when importing a VM. bugref:5027

'VBoxManage import foo.ova -n' has always presented a --controller
option for hard disks but the code to implement this had never been
implemented. This changeset adds the --controller functionality and
also includes a --port option for changing the controller port as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-import.xml

    r91204 r93480  
    7070      <!-- <arg>&#45;&#45;controller=<replaceable>n</replaceable></arg> -->
    7171      <arg>--disk=<replaceable>path</replaceable></arg>
     72      <arg>--controller=<replaceable>index</replaceable></arg>
     73      <arg>--port=<replaceable>n</replaceable></arg>
    7274    </cmdsynopsis>
    7375
     
    379381 7: Guest memory: 2048 MB (change with "--vsys 0 --memory &lt;MB&gt;")
    380382 8: Sound card (appliance expects "ensoniq1371", can change on import)
    381     (disable with "--vsys 0 --unit 5 --ignore")
     383    (disable with "--vsys 0 --unit 8 --ignore")
    382384 9: USB controller
    383     (disable with "--vsys 0 --unit 6 --ignore")
     385    (disable with "--vsys 0 --unit 9 --ignore")
    38438610: Network adapter: orig bridged, config 2, extra type=bridged
    38538711: Floppy
    386     (disable with "--vsys 0 --unit 8 --ignore")
     388    (disable with "--vsys 0 --unit 11 --ignore")
    38738912: SCSI controller, type BusLogic
    388     (change with "--vsys 0 --unit 9 --scsitype {BusLogic|LsiLogic}";
    389     disable with "--vsys 0 --unit 9 --ignore")
     390    (change with "--vsys 0 --unit 12 --scsitype {BusLogic|LsiLogic}";
     391    disable with "--vsys 0 --unit 12 --ignore")
    39039213: IDE controller, type PIIX4
    391     (disable with "--vsys 0 --unit 10 --ignore")
     393    (disable with "--vsys 0 --unit 13 --ignore")
    39239414: Hard disk image: source image=Windows10.vmdk,
    393       target path=/home/user1/disks/Windows10.vmdk, controller=9;channel=0
    394     (change target path with "--vsys 0 --unit 11 --disk &lt;path&gt;";
    395     disable with "--vsys 0 --unit 11 --ignore")</screen>
     395      target path=/home/user1/disks/Windows10.vmdk, controller=12;channel=0
     396    (change target path with "--vsys 0 --unit 14 --disk &lt;path&gt;";
     397    change controller with "--vsys 0 --unit 14 --controller &lt;index&gt;";
     398    change controller port with "--vsys 0 --unit 14 --port &lt;n&gt;";
     399    disable with "--vsys 0 --unit 14 --ignore")</screen>
    396400    <para>
    397401      The dry run output lists and numbers the individual configuration
     
    416420      Item 14 indicates the hard disk image and the
    417421      <option>--disk</option> option specifies the target path where the
    418       image will be stored. The default value is specified in the OVF file.
     422      image will be stored, the <option>--controller</option> option specifies
     423      which controller the disk will be attached to, and the
     424      <option>--port</option> option specifies which port on the controller the
     425      disk will be attached to.  The default values are specified in the OVF file.
    419426    </para>
    420427    <para>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette