From 4fd6446e95179c5b57f96d3b364fce7073acab8e Mon Sep 17 00:00:00 2001 From: Tim Connors Date: Tue, 2 Feb 2021 15:55:52 +1100 Subject: [PATCH] Included a bit more info in README.md --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b172331..20cb2dd 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,10 @@ # INFO -This is my personal scripts. Feel free to modify and improve. +Forked from NoLooseEnds/Scripts, which contained R710-IPMI-TEMP - a +script to override the default fans behaviour in a Dell R710 idrac, +which defaults to powering up the fans to near full volume when third +party cards or non-Dell disks are added in. I have extended it to +work on my R520, being a bit smarter regarding the CPU and HDD temps +instead of just caring about the ambient temperature. -They are provided "as is", and I take no responsibility if they break something on your end. \ No newline at end of file +Other scripts may end up here too some day.