diff options
author | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-14 20:29:20 +0200 |
---|---|---|
committer | Felix Richter <Felix.Richter@syntax-fehler.de> | 2011-05-14 20:29:20 +0200 |
commit | daca8e958bb6e8e6d97e0121481874100e1d281e (patch) | |
tree | 25c0fddf7f606c5e2fbb00f380bb9596b92b2474 /infest/root | |
parent | f4544cf0512d5c5d48263be086afe55d8c201d45 (diff) |
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!)
Diffstat (limited to 'infest/root')
-rw-r--r-- | infest/root | 1 |
1 files changed, 1 insertions, 0 deletions
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 / |