device,devices
This commit is contained in:
parent
63b62a6f09
commit
4514296ee4
1 changed files with 6 additions and 1 deletions
|
@ -130,7 +130,12 @@ fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function hetzner-rescue-wipe-12-10-10 {
|
function hetzner-rescue-wipe-12-10-10 {
|
||||||
local device='/dev/sda'
|
local device
|
||||||
|
local devices=(
|
||||||
|
'/dev/sdc'
|
||||||
|
'/dev/sda'
|
||||||
|
'/dev/sdb'
|
||||||
|
)
|
||||||
local unit='mib'
|
local unit='mib'
|
||||||
#
|
#
|
||||||
lsblk
|
lsblk
|
||||||
|
|
Loading…
Reference in a new issue