Move the glabel caveat up so it won't be accidentally skipped when reading.
This commit is contained in:
parent
76c815e547
commit
01b0c9a62e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31781
1 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||||
<!ENTITY base CDATA "../../">
|
<!ENTITY base CDATA "../../">
|
||||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/halfaq.sgml,v 1.1 2008/03/30 18:35:28 marcus Exp $">
|
<!ENTITY date "$FreeBSD: www/en/gnome/docs/halfaq.sgml,v 1.2 2008/03/30 19:02:13 marcus Exp $">
|
||||||
<!ENTITY title "FreeBSD GNOME Project: Hardware Abstraction Layer (HAL) FAQ">
|
<!ENTITY title "FreeBSD GNOME Project: Hardware Abstraction Layer (HAL) FAQ">
|
||||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||||
]>
|
]>
|
||||||
|
|
@ -114,6 +114,11 @@ hald_enable="YES"
|
||||||
This is especially true for CD devices and floppy disk
|
This is especially true for CD devices and floppy disk
|
||||||
devices.</p>
|
devices.</p>
|
||||||
|
|
||||||
|
<p><b><font color="#FF0000">CAVEAT:</font></b> If you are
|
||||||
|
using glabel (GEOM labels), volume labels <em>MUST NOT</em>
|
||||||
|
contain spaces. This will break hal's volume parsing
|
||||||
|
code, and could lead to crashes.</p>
|
||||||
|
|
||||||
<p>If you are a GNOME user be aware that prior to GNOME
|
<p>If you are a GNOME user be aware that prior to GNOME
|
||||||
2.22, <tt>gnome-volume-manager</tt> was responsible for
|
2.22, <tt>gnome-volume-manager</tt> was responsible for
|
||||||
asking hal to mount volumes. Since this responsibility
|
asking hal to mount volumes. Since this responsibility
|
||||||
|
|
@ -126,11 +131,6 @@ hald_enable="YES"
|
||||||
of GNOME. If this is not the case, then skip to Step
|
of GNOME. If this is not the case, then skip to Step
|
||||||
1.</p>
|
1.</p>
|
||||||
|
|
||||||
<p><b><font color="#FF0000">CAVEAT:</font></b> If you are
|
|
||||||
using glabel (GEOM labels), volume labels <em>MUST NOT</em>
|
|
||||||
contain spaces. This will break hal's volume parsing
|
|
||||||
code, and could lead to crashes.</p>
|
|
||||||
|
|
||||||
<p>From within your GNOME session, run the following
|
<p>From within your GNOME session, run the following
|
||||||
commands:</p>
|
commands:</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue