Mention the new Fuse support in hal.

This commit is contained in:
Joe Marcus Clarke 2009-01-11 22:03:46 +00:00
parent 6e0aa7c1df
commit cbb5bc0e63
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33687

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../../">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/halfaq.sgml,v 1.6 2008/04/09 06:31:11 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/halfaq.sgml,v 1.7 2008/07/04 06:21:05 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Hardware Abstraction Layer (HAL) FAQ">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
@ -17,6 +17,7 @@
<li> <a href="#q3">How do I mount media using hal?</a></li>
<li> <a href="#q4">How do I troubleshoot problems with
hal?</a></li>
<li> <a href="#q5">Does hal support Fuse file systems?</a></li>
</ol>
<h2>Full Text</h2>
@ -319,6 +320,17 @@ proc /proc procfs rw 0 0
label has a space in the name that will break hal. Labels
must <em>NOT</em> contain spaces.</p>
</li>
<!-- Q5 -->
<li style="padding-bottom: 0.5em"><a name="q4"></a>
<p><b>Does hal support Fuse file systems?</b></p>
<!-- A5 -->
<p>Yes. As of hal-0.5.11_10, Fuse file systems are support.
See the installed
<tt>/usr/local/share/doc/hal-0.5.11/README.fuse</tt> for more
details.</p>
</li>
</ol>
&footer;