summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init5
1 files changed, 0 insertions, 5 deletions
diff --git a/init b/init
index ee906d1..e8041ef 100644
--- a/init
+++ b/init
@@ -21,11 +21,6 @@ exec dropbear -F -s -p 2222 -K 30
dropbear_pid=$!
enc_root=$(findfs UUID=26748575-d7a7-418b-8f68-21be7c937500) || exit
-(
-amixer sset Master on
-amixer sset Master 30%
-aplay -Dhw:0,0 /usr/share/sounds/ding.wav
-) >/dev/null 2>&1 &
cryptsetup open --tries 65535 --allow-discards "$enc_root" root || [ -e /dev/mapper/root ] || exit
kill $dropbear_pid