diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 701263b..4e5c2ae 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -151,10 +151,11 @@ function hetzner-rescue-wipe-12-10-10 { # parted "${device}" unit "${unit}" \ mkpart "crypt-${number}" 22359 9537535 + # + parted "${device}" unit "${unit}" \ + mkpart "boot-${number}" 513 22359 done # - parted "${device}" unit "${unit}" mkpart 'boot' 259 65795 - # parted "${device}" unit "${unit}" mkpart 'esp' 2 259 parted "${device}" set 3 esp on #