Skip to content
Snippets Groups Projects
Commit 59b9632b authored by Natanael Copa's avatar Natanael Copa
Browse files

initram: beep before prompting for password

parent afecd875
No related merge requests found
...@@ -83,7 +83,8 @@ unpack_apkovl() { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment