diff options
Diffstat (limited to 'initramfs-init')
-rwxr-xr-x | initramfs-init | 3 |
1 files changed, 2 insertions, 1 deletions
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 |