summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/noise/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/noise/Makefile b/modules/noise/Makefile
new file mode 100644
index 00000000..89a4da8d
--- /dev/null
+++ b/modules/noise/Makefile
@@ -0,0 +1,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