VirtualBox

Changeset 73664 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 14, 2018 4:40:00 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:8598: added "Keep hardware UUIDs" option to "clone machine" operation.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r72883 r73664  
    730730                     "                            [--mode machine|machineandchildren|all]\n"
    731731                     "                            [--options link|keepallmacs|keepnatmacs|\n"
    732                      "                                       keepdisknames]\n"
     732                     "                                       keepdisknames|keephwuuids]\n"
    733733                     "                            [--name <name>]\n"
    734734                     "                            [--groups <group>, ...]\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r71998 r73664  
    453453                     || !RTStrNICmp(psz, "Linked", len))
    454454                options->push_back(CloneOptions_Link);
     455            else if (   !RTStrNICmp(psz, "KeepHwUUIDs", len)
     456                     || !RTStrNICmp(psz, "KeepHwUUID", len))
     457                options->push_back(CloneOptions_KeepHwUUIDs);
    455458            else
    456459                rc = VERR_PARSE_ERROR;
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