This commit is contained in:
Marc Beninca 2023-12-28 13:00:10 +01:00
parent d8f56b869c
commit c31db13ebf

View file

@ -305,8 +305,13 @@ function hetzner-rescue-wipe-8-8-2 {
--size '64g' \
--uuid '00000000-0000-0000-0000-000000000005' \
'/media/crypt/swap'
# close
cryptsetup luksClose 'crypt'
}
function hetzner-rescue-wipe-8-8-3-close {
umount '/media/boot'
#
umount '/media/crypt' \
&& cryptsetup luksClose 'crypt'
}
function hetzner-rescue-wipe-12-10-10-0 {