summaryrefslogtreecommitdiffstats
path: root/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
commit0ba0ca5efa18485a95005a4c22891b0c4927e732 (patch)
treef27c9df8f9ccf6aa78a7cdbc55e1cac78c50d398 /mining/Makefile
parentefee2013940fa4c57ec3b1ae046e64036864cc46 (diff)
parent8f900fff02ac22ba87c35e6745af11c0b8d98855 (diff)
merged Makefile, install lmsensors AND tmux
Diffstat (limited to 'mining/Makefile')
-rw-r--r--mining/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/mining/Makefile b/mining/Makefile
index b8ed2f6c..7f1e4a79 100644
--- a/mining/Makefile
+++ b/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