initram: beep before prompting for password
This commit is contained in:
parent
afecd87510
commit
59b9632ba2
@ -83,7 +83,8 @@ unpack_apkovl() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
local count=0
|
local count=0
|
||||||
echo ""
|
# beep
|
||||||
|
echo -e "\007"
|
||||||
while [ $count -lt 3 ]; do
|
while [ $count -lt 3 ]; do
|
||||||
openssl enc -d -$suffix -in "$ovl" | tar -C "$dest" -zx \
|
openssl enc -d -$suffix -in "$ovl" | tar -C "$dest" -zx \
|
||||||
2>/dev/null && return 0
|
2>/dev/null && return 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user