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!) --- infest/root | 1 + 1 file changed, 1 insertion(+) create mode 100644 infest/root (limited to 'infest/root') diff --git a/infest/root b/infest/root new file mode 100644 index 00000000..dedbafc8 --- /dev/null +++ b/infest/root @@ -0,0 +1 @@ +cp -r root / -- cgit v1.2.3 From 779326b82504adade7c84fb18d080dd3b712db7f Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Sat, 14 May 2011 20:38:29 +0200 Subject: added result of test-driven verkrebsung --- infest/root | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 infest/root (limited to 'infest/root') diff --git a/infest/root b/infest/root old mode 100644 new mode 100755 -- cgit v1.2.3