summaryrefslogtreecommitdiffstats
path: root/mining/Makefile
diff options
context:
space:
mode:
authormakefu <makefu@syntax-fehler.de>2011-06-18 17:06:11 +0200
committermakefu <makefu@syntax-fehler.de>2011-06-18 17:06:11 +0200
commitce7db5e30ae49de3356249229a1025d055606e78 (patch)
treeb487ec8c69b2865bd01f715c510c92f7a88ff671 /mining/Makefile
parent6592ad0bd9a8cb806b296998d26ecd8c230487e8 (diff)
mining/: added all mining scripts and configs
mining/Makefile: format - how to format the usb stick (or hard drive) install - installs all necessary components, writes ati_license, copies files in home dir configure - how to configure the miner mining/user/*: files to be dumped in the miners home directory
Diffstat (limited to 'mining/Makefile')
-rw-r--r--mining/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mining/Makefile b/mining/Makefile
new file mode 100644
index 00000000..c673ee3e
--- /dev/null
+++ b/mining/Makefile
@@ -0,0 +1,11 @@
+.PHONY: all format install
+select-target:
+ @echo "You are made of stupid!"
+format:
+ cat README
+install:
+ echo '#!/bin/bash' > /usr/bin/ati_license
+ 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