VirtualBox

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


Ignore:
Timestamp:
Jul 19, 2011 8:55:42 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72998
Message:

FE/Qt4/CLI;Docu; disable "MachineAndChildren" clone mode for now

Location:
trunk/src/VBox/Frontends
Files:
3 edited

Legend:

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

    r38011 r38055  
    335335                     "VBoxManage clonevm          <uuid>|<name>\n"
    336336                     "                            [--snapshot <uuid>|<name>]\n"
    337                      "                            [--mode machine|machineandchildren|all]\n"
     337                     "                            [--mode machine|all]\n"
    338338                     "                            [--options link|keepallmacs|keepnatmacs|\n"
    339339                     "                                       keepdisknames]\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r38011 r38055  
    282282    if (!RTStrICmp(psz, "machine"))
    283283        *pMode = CloneMode_MachineState;
    284     else if (!RTStrICmp(psz, "machineandchildren"))
    285         *pMode = CloneMode_MachineAndChildStates;
     284//    else if (!RTStrICmp(psz, "machineandchildren"))
     285//        *pMode = CloneMode_MachineAndChildStates;
    286286    else if (!RTStrICmp(psz, "all"))
    287287        *pMode = CloneMode_AllStates;
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UICloneVMWizard.cpp

    r37899 r38055  
    4040     * for it. */
    4141    if (machine.GetSnapshotCount() > 0)
    42         addPage(new UICloneVMWizardPage2(fShowChildsOption));
     42//        addPage(new UICloneVMWizardPage2(fShowChildsOption));
     43        addPage(new UICloneVMWizardPage2(false));
    4344
    4445    /* Translate wizard: */
Note: See TracChangeset for help on using the changeset viewer.

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