cut
This commit is contained in:
parent
3ac8efc19d
commit
1624f18fc8
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@ function hetzner-rescue-wipe-12-10-10 {
|
||||||
# wipe boot
|
# wipe boot
|
||||||
dd if='/dev/zero' of="${device}2" bs='1G' status='progress'
|
dd if='/dev/zero' of="${device}2" bs='1G' status='progress'
|
||||||
done
|
done
|
||||||
####
|
}
|
||||||
|
|
||||||
|
function hetzner-rescue-wipe-12-10-10-extra {
|
||||||
# format boot
|
# format boot
|
||||||
mkfs.ext4 -F -L 'boot' '/dev/sda2'
|
mkfs.ext4 -F -L 'boot' '/dev/sda2'
|
||||||
# read passphrase
|
# read passphrase
|
||||||
|
|
Loading…
Reference in a new issue