VirtualBox

Changeset 425 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 30, 2007 7:55:13 AM (18 years ago)
Author:
vboxsync
Message:

modifyvdi settype doesn't currently work

File:
1 edited

Legend:

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

    r383 r425  
    413413    {
    414414        RTPrintf("VBoxManage modifyvdi        <uuid>|<filename>\n"
     415#if 0 /* doesn't currently work */
    415416                 "                            settype normal|writethrough|immutable |\n"
     417#endif
    416418                 "                            compact\n"
    417419                 "\n");
     
    21382140
    21392141    /* let's find out which command */
    2140     if (strcmp(argv[1], "settype") == 0)
     2142// doesn't currently work    if (strcmp(argv[1], "settype") == 0)
     2143    if (0)
    21412144    {
    21422145        /* hard disk must be registered */
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