wipe-lsblk,hostname
This commit is contained in:
parent
65f9d3b249
commit
63bb37330a
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ deb https://deb.debian.org/debian-security buster/updates main contrib non-free
|
||||||
# bash / rc
|
# bash / rc
|
||||||
link_bashrc
|
link_bashrc
|
||||||
# host name
|
# host name
|
||||||
echo -n 'ovh' > '/etc/hostname'
|
echo 'ovh' > '/etc/hostname'
|
||||||
# locales
|
# locales
|
||||||
echo -n "\
|
echo -n "\
|
||||||
en_US.UTF-8 UTF-8
|
en_US.UTF-8 UTF-8
|
||||||
|
@ -97,6 +97,7 @@ function ovh-rescue-wipe-1-2TB {
|
||||||
local device='/dev/sda'
|
local device='/dev/sda'
|
||||||
local unit='mib'
|
local unit='mib'
|
||||||
#
|
#
|
||||||
|
lsblk
|
||||||
echo -n 'WIPE' "${device}" '/?\ OR CANCEL /!\'
|
echo -n 'WIPE' "${device}" '/?\ OR CANCEL /!\'
|
||||||
read
|
read
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue