Sync after deleting partition table
This commit is contained in:
parent
4a5a918e6f
commit
7a6138414c
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ def inst_partition(config):
|
||||||
|
|
||||||
# Delete partition table
|
# Delete partition table
|
||||||
exec(['dd', 'if=/dev/zero', f'of={device}', 'bs=512', 'count=1'])
|
exec(['dd', 'if=/dev/zero', f'of={device}', 'bs=512', 'count=1'])
|
||||||
|
exec(['sync'])
|
||||||
|
|
||||||
if mode == 'Auto':
|
if mode == 'Auto':
|
||||||
if efi:
|
if efi:
|
||||||
|
|
Loading…
Reference in a new issue