diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-05-19 02:49:45 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2009-05-19 02:49:45 +0000 |
commit | 5612386f416bdca5d6bcc2e8ceb0ebceb507975d (patch) | |
tree | 291655de73fd0d87cdf43dfb4a9f2c47413e76c1 /chapter08/fstab.xml | |
parent | d98345702f9e1e39349204fd0f6a073ab6ec767a (diff) |
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
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 2bf2cb2ad..dd43c414b 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -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> |