glfs/general/sysutils/hdparm/hdparm-inst.xml
Larry Lawrence 26892c67cd update to cvs-1.11.6 and hdparm-5.4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@988 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-26 00:05:42 +00:00

20 lines
708 B
XML

<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>/sbin</filename> as some systems may require it on bootup
before <filename>/usr</filename> is mounted. If you wish to install
<command>hdparm</command> under the <filename>/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>