This commit is contained in:
Marc Beninca 2023-10-03 05:02:34 +02:00
parent 22f0f463df
commit 6bd52d184e

View file

@ -151,9 +151,10 @@ function hetzner-rescue-wipe-12-10-10 {
# #
parted "${device}" unit "${unit}" \ parted "${device}" unit "${unit}" \
mkpart "crypt-${number}" 22359 9537535 mkpart "crypt-${number}" 22359 9537535
done
# #
parted "${device}" unit "${unit}" mkpart 'boot' 259 65795 parted "${device}" unit "${unit}" \
mkpart "boot-${number}" 513 22359
done
# #
parted "${device}" unit "${unit}" mkpart 'esp' 2 259 parted "${device}" unit "${unit}" mkpart 'esp' 2 259
parted "${device}" set 3 esp on parted "${device}" set 3 esp on