fix disk image layout

This commit is contained in:
Pratham Patel 2023-08-11 20:26:02 +05:30
parent f6cbfcdf2c
commit b0fce474b8
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# initialize the disk
zerombr
# Remove all partitions
clearpart --drives=sda --all
clearpart --drives=sda --all --disklabel=gpt
# Create partitions
# The '--size' option takes MB, not MiB