fix disk image layout
This commit is contained in:
parent
f6cbfcdf2c
commit
b0fce474b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user