Sync after deleting partition table

This commit is contained in:
Rudra Saraswat 2023-05-01 23:05:43 +05:30
parent 4a5a918e6f
commit 7a6138414c

View file

@ -124,6 +124,7 @@ def inst_partition(config):
# Delete partition table
exec(['dd', 'if=/dev/zero', f'of={device}', 'bs=512', 'count=1'])
exec(['sync'])
if mode == 'Auto':
if efi: