mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Change some tags to checked.
Add some minor instruction fixes. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14370 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2ee0643104
commit
8e8cfd9b25
@ -100,6 +100,12 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of OpenOBEX</title>
|
||||
|
||||
<para><application>OpenOBEX</application> installs a udev rule that
|
||||
requires a group named plugdev. Create that group as the
|
||||
<systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>groupadd -g 90 plugdev</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>OpenOBEX</application> by running the following
|
||||
commands:
|
||||
|
@ -128,6 +128,7 @@
|
||||
<row><entry>netdev </entry><entry> </entry><entry>86</entry></row>
|
||||
<row><entry>ntp </entry><entry>87</entry><entry>87</entry></row>
|
||||
<row><entry>unbound </entry><entry>88</entry><entry>88</entry></row>
|
||||
<row><entry>plugdev </entry><entry> </entry><entry>90</entry></row>
|
||||
<row><entry>anonymous</entry><entry>98</entry><entry> </entry></row>
|
||||
<row><entry>nobody </entry><entry>99</entry><entry> </entry></row>
|
||||
<row><entry>nogroup </entry><entry> </entry><entry>99</entry></row>
|
||||
|
@ -32,7 +32,7 @@
|
||||
uses this driver for its virtual GPU.
|
||||
</para>
|
||||
|
||||
&lfs76_built;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -31,7 +31,7 @@
|
||||
X.Org Video Driver for ATI Rage 128 based video cards.
|
||||
</para>
|
||||
|
||||
&lfs76_built;
|
||||
&lfs76_checked;
|
||||
|
||||
<bridgehead renderas="sect4">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -114,7 +114,7 @@
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Clutter</title>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
If you wish to run the tests, the following commands disable two tests
|
||||
that fail.
|
||||
@ -123,7 +123,7 @@
|
||||
<screen><userinput>sed -i '/actor-offscreen-redirect/d' \
|
||||
tests/conform/Makefile.am tests/conform/Makefile.in &&
|
||||
autoreconf -f -i</userinput></screen>
|
||||
|
||||
-->
|
||||
<para>
|
||||
Install <application>Clutter</application> by running the following
|
||||
commands:
|
||||
@ -134,7 +134,8 @@ make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command> (you must be
|
||||
in an xterm or similar to do this, because it launches some windows).
|
||||
in an xterm or similar to do this, because it launches some windows).
|
||||
Two tests have been observed to fail.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user