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 # Initialize the disk
zerombr zerombr
# Remove all partitions # Remove all partitions and initialize the disk with a GPT partition table
clearpart --drives=sda --all clearpart --drives=sda --disklabel=gpt --all
# Create partitions # Create partitions
# The '--size' option takes MB, not MiB # The '--size' option takes MB, not MiB