Fix command formatting

Signed-off-by: brianherrera <briher@amazon.com>
monroegm-disable-blank-issue-2
brianherrera 4 years ago
parent 4625e6d315
commit b792ff3d33
No known key found for this signature in database
GPG Key ID: FC67BB5F533BAE04

@ -335,7 +335,8 @@ def mount_volume_to_device(created):
if created: if created:
print('Creating filesystem on new volume') print('Creating filesystem on new volume')
f.write("""create partition primary f.write("""
create partition primary
select partition 1 select partition 1
format quick fs=ntfs format quick fs=ntfs
assign assign

Loading…
Cancel
Save