VirtualBox

Changeset 55803 in vbox


Ignore:
Timestamp:
May 11, 2015 2:38:52 PM (9 years ago)
Author:
vboxsync
Message:

It's '--fda', not '--fdc' that VBoxSDL uses. duh.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r55800 r55803  
    40684068            mRestoreCurrentSnapshot = true;
    40694069        /* Ad hoc VM reconfig options: */
    4070         else if (!::strcmp(arg, "--fdc"))
     4070        else if (!::strcmp(arg, "--fda"))
    40714071        {
    40724072            if (++i < argc)
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r55678 r55803  
    241241            "  --restore-current          restore the current snapshot before starting\n"
    242242            "  --no-aggressive-caching    delays caching media info in VM processes\n"
    243             "  --fdc <image|none>         Mount the specified floppy image\n"
     243            "  --fda <image|none>         Mount the specified floppy image\n"
    244244            "  --dvd <image|none>         Mount the specified DVD image\n"
    245245# ifdef VBOX_GUI_WITH_PIDFILE
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