initram: beep before prompting for password

This commit is contained in:
Natanael Copa 2009-04-15 12:48:50 +00:00
parent afecd87510
commit 59b9632ba2

View File

@ -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