glfs/general/sysutils/hdparm/hdparm-inst.xml

21 lines
780 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>hdparm</application></title>
<para>Install <application>hdparm</application> by running the following commands:</para>
<screen><userinput><command>make &amp;&amp;
make install</command></userinput></screen>
<para>Note that by default, <command>hdparm</command> is installed in
<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>
<screen><userinput><command>make &amp;&amp;
make binprefix=/usr install</command></userinput></screen>
</sect2>