Add role="nodump" to the screen tag containing the hdparm command, so jhalfs doesn't try to run it automatically. Thanks to DJ Lucas for the report.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8892 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bryan Kadzban 2009-05-19 02:49:45 +00:00
parent d98345702f
commit 5612386f41

View File

@ -103,7 +103,7 @@ EOF</userinput></screen>
<ulink url="http://www.linuxfromscratch.org/blfs/view/cvs/general/hdparm.html">hdparm</ulink>
on the applicable disk drive. For example, if:</para>
<screen><userinput>hdparm -I /dev/sda | grep NCQ</userinput></screen>
<screen role="nodump"><userinput>hdparm -I /dev/sda | grep NCQ</userinput></screen>
<para>returns non-empty output, the option is supported.</para>