Changed boot partition number
This commit is contained in:
parent
930f93b68d
commit
01a9588b81
@ -8,7 +8,7 @@ parted $DISK -- mklabel gpt
|
|||||||
parted $DISK -- mkpart root ext4 512MiB 100%
|
parted $DISK -- mkpart root ext4 512MiB 100%
|
||||||
|
|
||||||
parted $DISK -- mkpart ESP fat32 1MB 512MiB
|
parted $DISK -- mkpart ESP fat32 1MB 512MiB
|
||||||
parted $DISK -- set 3 esp on
|
parted $DISK -- set 2 esp on
|
||||||
|
|
||||||
# DO NOT FORMAT the root partition before encryption!
|
# DO NOT FORMAT the root partition before encryption!
|
||||||
# cryptsetup will fail if the partition is already formatted
|
# cryptsetup will fail if the partition is already formatted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user