Gentoo Archives: gentoo-commits

From: "David Abbott (dabbott)" <dabbott@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
Date: Thu, 08 Oct 2009 13:10:35
Message-Id: E1MvslL-0008Cz-V1@stork.gentoo.org
1 dabbott 09/10/08 13:10:31
2
3 Modified: faq.xml
4 Log:
5 added <comment> tags
6
7 Revision Changes Path
8 1.13 xml/htdocs/proj/en/pr/releases/10.0/faq.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.12&r2=1.13
13
14 Index: faq.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- faq.xml 8 Oct 2009 12:13:25 -0000 1.12
21 +++ faq.xml 8 Oct 2009 13:10:31 -0000 1.13
22 @@ -34,7 +34,11 @@
23 <title>Introduction</title>
24 <body>
25
26 -<p>The 10th anniversary Gentoo hybrid media is made by the community for the community. It was created with the help of gentoo developers from around the world and users alike. Thank you all for your contributions and suggestions! Gentoo 10 Years October 4th, 2009.
27 +<p>
28 +The 10th anniversary Gentoo hybrid media is made by the community for the
29 +community. It was created with the help of gentoo developers from around the
30 +world and users alike. Thank you all for your contributions and suggestions!
31 +Gentoo 10 Years October 4th, 2009.
32 </p>
33
34 <p>
35 @@ -116,9 +120,12 @@
36
37 <body>
38
39 -<p>Yes, to determine your device before you plug it in open a terminal and tail /var/log/messages.</p>
40 +<p>
41 +Yes, to determine your device before you plug it in open a terminal and tail
42 +/var/log/messages.
43 +</p>
44 <pre caption="Determine Device">
45 -# tail -f /var/log/messages
46 +# <i>tail -f /var/log/messages</i>
47 </pre>
48 <note>
49 You will need at least a 4GB device!
50 @@ -158,17 +165,17 @@
51 </p>
52
53 <pre caption="Install the firmware">
54 -First lets mount the usb stick
55 +<comment>First lets mount the usb stick</comment>
56 # <i>mkdir /mnt/pin</i>
57 # <i>mount /dev/sdb1 /mnt/pin</i>
58 # <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
59 -Now remove the current modules so we can reload and include the firmware.
60 +<comment>Now remove the current modules so we can reload and include the
61 + firmware.</comment>
62 # <i>modprobe -r rt73usb rt2x00usb rt2x00lib</i>
63 -Time to insert modules amd load firmware.
64 +<comment>Time to insert modules amd load firmware.</comment>
65 # <i>modprobe rt73usb</i>
66 -Lets restart wicd to pickup wlan0
67 +<comment>Lets restart wicd to pickup wlan0</comment>
68 # <i>/etc/init.d/wicd restart</i>
69 -have fun
70 </pre>
71 </body>
72 </section>
73 @@ -272,9 +279,9 @@
74 </p>
75
76 <pre caption="Restart kdm">
77 -First lets return to the command line.
78 +<comment>First lets return to the command line.</comment>
79 # <i>Ctrl+Alt+F1</i>
80 -Now we can restart kdm.
81 +<comment>Now we can restart kdm.</comment>
82 # <i>/etc/init.d/xdm restart</i>
83 </pre>