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
|
2003-10-05 05:32:30 +08:00
|
|
|
<filename class="directory">/sbin</filename> as some systems may require it
|
|
|
|
during the boot process before <filename class="directory">/usr</filename>
|
|
|
|
is mounted. If you wish to install <command>hdparm</command> under the
|
|
|
|
<filename class="directory">/usr</filename> hierarchy, then replace the above
|
|
|
|
commands with the following:</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
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>
|
|
|
|
|