Changes

Jump to navigation Jump to search
10 bytes added ,  18:09, 7 February 2019
Line 123: Line 123:  
Add this command to the end of the file /etc/rc.d/rc.local to ensure that it is executed every time the system is booted:
 
Add this command to the end of the file /etc/rc.d/rc.local to ensure that it is executed every time the system is booted:
   −
<nowiki>#!/bin/sh
+
<source lang=bash>#!/bin/sh
 
#
 
#
 
# This script will be executed *after* all the other init scripts.
 
# This script will be executed *after* all the other init scripts.
Line 130: Line 130:     
touch /var/lock/subsys/local
 
touch /var/lock/subsys/local
hdparm -S 180 /dev/[sh]d[a-z]</nowiki>
+
hdparm -S 180 /dev/[sh]d[a-z]</source>
    
== Replace Failed Drive ==
 
== Replace Failed Drive ==

Navigation menu