From daca8e958bb6e8e6d97e0121481874100e1d281e Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Sat, 14 May 2011 20:29:20 +0200 Subject: added home infest/ partially fixed noise makefile Makefile: infest/root now included bootstrap.sh: now only prints what you have to do after deployment infest/root: script which copies everything in root into original root modules/noise/Makefile: fixed when no audio is available (by || true command) root/ssh/authorized_keys: now in the correct path (shame on you tv!) --- modules/noise/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/noise/Makefile b/modules/noise/Makefile index ab9709ac..ea677185 100644 --- a/modules/noise/Makefile +++ b/modules/noise/Makefile @@ -8,9 +8,9 @@ infest: f=/usr/bin/beep; chown krebs:krebs $$f && chmod 4755 $$f getent passwd noise || useradd noise ln -vsnf /krebs/modules/noise/init.d/noise /etc/init.d/noise + ## tv: TODO update-rc.d is DEBIAN ONLY, fix this update-rc.d -f noise defaults - ## - amixer sset 'Master' 100 unmute - amixer sset 'PCM' 100 unmute + amixer sset 'Master' 100 unmute || true + amixer sset 'PCM' 100 unmute || true amixer sset 'PC Speaker' 100 unmute || \ - amixer sset 'Beep' 100 unmute + amixer sset 'Beep' 100 unmute || true -- cgit v1.2.3