Author: bryan Date: 2009-05-18 20:49:45 -0600 (Mon, 18 May 2009) New Revision: 8892
Modified: trunk/BOOK/chapter08/fstab.xml Log: 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. Modified: trunk/BOOK/chapter08/fstab.xml =================================================================== --- trunk/BOOK/chapter08/fstab.xml 2009-05-18 05:19:52 UTC (rev 8891) +++ trunk/BOOK/chapter08/fstab.xml 2009-05-19 02:49:45 UTC (rev 8892) @@ -103,7 +103,7 @@ <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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
