summaryrefslogtreecommitdiffstats
path: root/btc/mining/Makefile
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-06-23 01:11:50 +0200
committermakefu <makefu@syntax-fehler.de>2011-06-23 01:11:50 +0200
commit5af391d6c846230ad4e22de3fe2dd6701c5a6d6b (patch)
tree10fbd5489db2704717cca19ab61be1ff051eb827 /btc/mining/Makefile
parentf9ae1d44f2b2b0d9f47efd30a2321cab434233a2 (diff)
parentfc1e4fcabd1e888089d2ea970ee6906735b84598 (diff)
merged Makefile, install lmsensors AND tmux
Diffstat (limited to 'btc/mining/Makefile')
-rw-r--r--btc/mining/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/btc/mining/Makefile b/btc/mining/Makefile
index b8ed2f6c..7f1e4a79 100644
--- a/btc/mining/Makefile
+++ b/btc/mining/Makefile
@@ -1,12 +1,18 @@
.PHONY: all format install
select-target:
@echo "You are made of stupid!"
+ echo "look here"
+ @cat Makefile
format:
cat README
install:
- sudo apt-get install tmux
+ apt-get install --yes lm-sensors tmux
echo '#!/bin/bash' > /usr/bin/ati_license
+ echo '#!/bin/sh' > /etc/init.d/live-boot
+ echo 'wall "going down"' >> /etc/init.d/live-boot
+ chmod 755 /etc/init.d/live-boot
echo 'sudo tar xvf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz -C /' >> /usr/bin/ati_license
cp -r user /home
configure:
- cat CONFIGURE
+ sensors-detect
+ @cat CONFIGURE