use a GPT partition layout for the disk (TODO: RPi support?)
This commit is contained in:
parent
d6003ef0f7
commit
0cb69c5a50
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user