diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2019-08-03 11:47:58 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2019-08-03 11:47:58 -0400 |
commit | cf0b5d4433b6486c8f76be1a92a00ea5bd936190 (patch) | |
tree | 0ae76e5733ba3ca192156bbb1b4589aaeb553a32 /init | |
parent | efd5d866be3cdb9c2b5b3221319fbc80aa0d039b (diff) | |
download | minitramfs-cf0b5d4433b6486c8f76be1a92a00ea5bd936190.tar.xz minitramfs-cf0b5d4433b6486c8f76be1a92a00ea5bd936190.zip |
remove amd-uc, remove aplay
Diffstat (limited to 'init')
-rw-r--r-- | init | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |