2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
2003-08-26 08:05:42 +08:00
|
|
|
<title>Installation of <application>hdparm</application></title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-26 08:05:42 +08:00
|
|
|
<para>Install <application>hdparm</application> by running the following commands:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-26 08:05:42 +08:00
|
|
|
<screen><userinput><command>make &&
|
|
|
|
make install</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-26 08:05:42 +08:00
|
|
|
<para>Note that by default, <command>hdparm</command> is installed in
|
2002-07-08 04:28:42 +08:00
|
|
|
<filename>/sbin</filename> as some systems may require it on bootup
|
|
|
|
before <filename>/usr</filename> is mounted. If you wish to install
|
2003-08-26 08:05:42 +08:00
|
|
|
<command>hdparm</command> under the <filename>/usr</filename> hierarchy, then replace the
|
2002-07-08 04:28:42 +08:00
|
|
|
above commands with the following:</para>
|
|
|
|
|
2003-08-26 08:05:42 +08:00
|
|
|
<screen><userinput><command>make &&
|
|
|
|
make binprefix=/usr install</command></userinput></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|