dd/bs
This commit is contained in:
parent
58829f7045
commit
cbabed2017
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ function hetzner-rescue-wipe-8-8-0 {
|
||||||
| cryptsetup luksOpen '/dev/md/crypt' 'crypt'
|
| cryptsetup luksOpen '/dev/md/crypt' 'crypt'
|
||||||
# wipe crypt
|
# wipe crypt
|
||||||
dd status='progress' \
|
dd status='progress' \
|
||||||
if='/dev/zero' of='/dev/mapper/crypt' bs='16G'
|
if='/dev/zero' of='/dev/mapper/crypt' bs='8G'
|
||||||
}
|
}
|
||||||
|
|
||||||
function hetzner-rescue-wipe-8-8-1 {
|
function hetzner-rescue-wipe-8-8-1 {
|
||||||
|
|
Loading…
Reference in a new issue