Changeset 104770 in vbox for trunk/src/VBox
- Timestamp:
- May 24, 2024 9:34:48 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/storagecfg.py
r103806 r104770 345 345 if cbVol is not None: 346 346 sFdiskScript = ',' + str(cbVol // 512) + '\n'; # Get number of sectors 347 fRc = oExec.execBinary NoStdOut('sfdisk', ('--no-reread', '--wipe', 'always', '-q', '-f', sDiskPath), \347 fRc = oExec.execBinary('sfdisk', ('--no-reread', '--wipe', 'always', '-q', '-f', sDiskPath), \ 348 348 sFdiskScript); 349 349 if fRc:
Note:
See TracChangeset
for help on using the changeset viewer.