You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
180 B

#!/bin/sh
cat <<EOF > /etc/rc.d/rc.local
#!/bin/sh
for i in Master PCM Headphone; do
amixer set $i 75%
amixer set $i toggle
done >&/dev/null
EOF
chmod 755 /etc/rc.d/rc.local