use a GPT partition layout for the disk (TODO: RPi support?)

This commit is contained in:
Pratham Patel 2023-10-09 05:13:03 +05:30
parent d6003ef0f7
commit 0cb69c5a50
No known key found for this signature in database

View File

@ -1,8 +1,8 @@
# Initialize the disk
zerombr
# Remove all partitions
clearpart --drives=sda --all
# Remove all partitions and initialize the disk with a GPT partition table
clearpart --drives=sda --disklabel=gpt --all
# Create partitions
# The '--size' option takes MB, not MiB