From 3352f847704718c43f346b781725e4ff8b2112de Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 18 Jun 2011 17:06:11 +0200 Subject: 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 --- mining/CONFIGURE | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mining/CONFIGURE (limited to 'mining/CONFIGURE') diff --git a/mining/CONFIGURE b/mining/CONFIGURE new file mode 100644 index 00000000..6ddce386 --- /dev/null +++ b/mining/CONFIGURE @@ -0,0 +1,5 @@ +How to Configure +=============== + +1. change the mining-url in ~/startup.sh +2. sudo /etc/init.d/gdm restart -- cgit v1.2.3 From efee2013940fa4c57ec3b1ae046e64036864cc46 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 23 Jun 2011 01:10:24 +0200 Subject: updated mining CONFIGURE, more infos about what to do to use the mining Makefile: installs tmux --- mining/CONFIGURE | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mining/CONFIGURE') diff --git a/mining/CONFIGURE b/mining/CONFIGURE index 6ddce386..299cbd53 100644 --- a/mining/CONFIGURE +++ b/mining/CONFIGURE @@ -2,4 +2,7 @@ How to Configure =============== 1. change the mining-url in ~/startup.sh +2. in KDE - 'AMDOverdriveCtrl - configure profile +3. in KDE-Autostart - activate the startup script 2. sudo /etc/init.d/gdm restart + -- cgit v1.2.3