mkimage-profiles/features.in/homeros/live/image-scripts.d/10-amixer
Michael Pozhidaev fbd3460684 Initial Homeros support
- added destination homeros-nano.iso yields   minimal
  speaking image;
- added "homeros" feature contain scripts appropriate
  for general Homeros functions but need further development.
2013-01-18 06:07:58 +07:00

14 lines
178 B
Bash
Executable File

#!/bin/sh
cat <<EOF > /etc/rc.d/rc.local
#!/bin/sh
amixer set Master 100%
amixer set Master toggle
amixer set PCM 100%
amixer set PCM toggle
EOF
chmod 755 /etc/rc.d/rc.local