close
This commit is contained in:
parent
d8f56b869c
commit
c31db13ebf
1 changed files with 7 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue