VirtualBox

Changeset 67349 in vbox for trunk/src


Ignore:
Timestamp:
Jun 12, 2017 5:34:13 PM (8 years ago)
Author:
vboxsync
Message:

vbox-img: Added 'createiso' command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/testcase/vbox-img.cpp

    r66693 r67349  
    2727#include <iprt/buildconfig.h>
    2828#include <iprt/fsvfs.h>
     29#include <iprt/fsisomaker.h>
    2930#include <iprt/path.h>
    3031#include <iprt/string.h>
     
    9293                 "                [--media-byte <byte>]\n"
    9394                 "\n"
     95                 "   createiso    [too-many-options]\n"
     96                 "\n"
    9497                 "   repair       --filename <filename>\n"
    9598                 "                [--dry-run]\n"
     
    20052008
    20062009
     2010static int handleCreateIso(HandlerArg *a)
     2011{
     2012    return RTFsIsoMakerCmd(a->argc + 1, a->argv - 1);
     2013}
     2014
     2015
    20072016static int handleClearResize(HandlerArg *a)
    20082017{
     
    21672176        { "createbase",   handleCreateBase   },
    21682177        { "createfloppy", handleCreateFloppy },
     2178        { "createiso",    handleCreateIso },
    21692179        { "repair",       handleRepair       },
    21702180        { "clearcomment", handleClearComment },
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