Update README.md

This commit is contained in:
That-Guy-Jack 2020-10-23 18:34:36 +01:00 committed by GitHub
parent 8a4709ecc3
commit f0ca9111e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ The folder contians the unpacked ilo with the replacement rom pre copied.
all you need to run is the commands below. all you need to run is the commands below.
# STEPS: ## STEPS:
1. Switch Ilo into Maintainance mode. On the Dl360p Gen8 This is located near the backplane conectors on the motherboard. (images in the images file) then reboot. 1. Switch Ilo into Maintainance mode. On the Dl360p Gen8 This is located near the backplane conectors on the motherboard. (images in the images file) then reboot.
@ -26,13 +26,17 @@ cd ilo_250
5. Create a file called autofan.service in /etc/systemd/system/ and copy this code: 5. Create a file called autofan.service in /etc/systemd/system/ and copy this code:
> [Unit] < [Unit]
> Description=Fan Speed Controler using autofan.sh
Description=Fan Speed Controler using autofan.sh
> [Service] [Service]
> Restart=always
> RestartSec=10s Restart=always
> ExecStart=/bin/bash /autofan.sh
RestartSec=10s
ExecStart=/bin/bash /autofan.sh>
6. Copy the Autofan.sh to the / directory 6. Copy the Autofan.sh to the / directory