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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user