diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index e28aeaf..701263b 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -148,10 +148,11 @@ function hetzner-rescue-wipe-12-10-10 { echo ; echo "#${number}: ${device}" # parted "${device}" --script mktable gpt + # + parted "${device}" unit "${unit}" \ + mkpart "crypt-${number}" 22359 9537535 done # - parted "${device}" unit "${unit}" mkpart 'crypt' 65795 1907729 - # parted "${device}" unit "${unit}" mkpart 'boot' 259 65795 # parted "${device}" unit "${unit}" mkpart 'esp' 2 259