Changeset 54434 in vbox
- Timestamp:
- Feb 24, 2015 10:50:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r53624 r54434 21 21 __copyright__ = \ 22 22 """ 23 Copyright (C) 2009-201 3Oracle Corporation23 Copyright (C) 2009-2015 Oracle Corporation 24 24 25 25 This file is part of VirtualBox Open Source Edition (OSE), as … … 2209 2209 fmt = "vdi" 2210 2210 2211 hdd = ctx['vb'].create HardDisk(format, loc)2211 hdd = ctx['vb'].createMedium(format, loc, ctx['global'].constants.AccessMode_ReadWrite, ctx['global'].constants.DeviceType_HardDisk) 2212 2212 progress = hdd.createBaseStorage(size, (ctx['global'].constants.MediumVariant_Standard, )) 2213 2213 if progressBar(ctx,progress) and hdd.id:
Note:
See TracChangeset
for help on using the changeset viewer.