blob: 89a4da8d594bf4f117048fcb205995ac63fa6678 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.PHONY: all
all: select-target
.PHONY: infest
infest:
apt-get install --yes expect beep alsa-utils ucspi-tcp espeak
chown krebs: /usr/bin/beep && chmod 4755 /usr/bin/beep
getent passwd noise || useradd noise
ln -vsnf /krebs/modules/noise/init.d/noise /etc/init.d/noise
update-rc.d -f noise defaults
##
amixer sset 'Master' 100 unmute
amixer sset 'PCM' 100 unmute
amixer sset 'PC Speaker' 100 unmute
|