diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index aaa240c..619bc91 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -165,6 +165,9 @@ function hetzner-rescue-wipe-12-10-10 { parted "${device}" set 4 bios_grub on done # + parted "${device}" unit "${unit}" \ + mkpart 'extra' 9537535 11444223 + # number=0 for device in "${devices[@]}" ; do ((number++))