From 59b9632ba23e003b4c616ec3b28e3e6a20b3dede Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 15 Apr 2009 12:48:50 +0000 Subject: initram: beep before prompting for password --- initramfs-init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/initramfs-init b/initramfs-init index c245a3a..99ca236 100755 --- a/initramfs-init +++ b/initramfs-init @@ -83,7 +83,8 @@ unpack_apkovl() { return 1 fi local count=0 - echo "" + # beep + echo -e "\007" while [ $count -lt 3 ]; do openssl enc -d -$suffix -in "$ovl" | tar -C "$dest" -zx \ 2>/dev/null && return 0 -- cgit v1.2.3-60-g2f50