Resynced helpers

This commit is contained in:
James Page
2014-03-20 13:41:40 +00:00
parent fb1dad22c5
commit 61159275a3
6 changed files with 64 additions and 7 deletions

View File

@@ -22,4 +22,5 @@ def zap_disk(block_device):
:param block_device: str: Full path of block device to clean.
'''
check_call(['sgdisk', '--zap-all', block_device])
check_call(['sgdisk', '--zap-all', '--clear',
'--mbrtogpt', block_device])