public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-04 16:12 Alex Legler (a3li)
  0 siblings, 0 replies; 22+ messages in thread
From: Alex Legler (a3li) @ 2009-10-04 16:12 UTC (permalink / raw
  To: gentoo-commits

a3li        09/10/04 16:12:06

  Added:                faq.xml
  Log:
  adding dabott's FAQ

Revision  Changes    Path
1.1                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.1&content-type=text/plain

Index: faq.xml
===================================================================
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">

<guide link="/doc/en/faq.xml">
<title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
<author title="Author">
  <mail link="dabbott@gentoo.org">David Abbott</mail>
</author>
<author title="Reviewer">
	<mail link="email@missionaccomplish.com">Fernando V. Orocu</mail>
</author>
<author title="Editor">
	<mail link="solar@gentoo.org">Ned Ludd</mail>
</author>

<abstract>
This FAQ is a collection of questions and answers collected from ten mail list
and from IRC.
</abstract>

<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>

<version>1.0</version>
<date>2009-10-05</date>

<faqindex>
<title>FAQ</title>
<section>
<title>Introduction</title>
<body>

<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.
</p>

<p>
<uri link="gentoo-ten-team.txt">Your Gentoo Ten Team</uri>
</p>

<p>
Please note that this is simply a list of common questions. Please read the
handbook and/or man pages to gain a greater understanding of how Gentoo and
GNU/Linux works. For answers to questions which may not be answered here, please
visit the forums and bugzilla.
</p>

</body>
</section>
</faqindex>

<chapter>
<title>Getting Started</title>

<section id="arch">
<title>Download the correct iso for your hardware</title>
<body>

<p>
The livedvd-x86-x86_64 will work on x86 or x86_64. If your arch is x86 boot with
the default. If your arch is amd64 boot with gentoo64. 
</p>

<p>
The livedvd-amd64 is for x86-64 specification. Boot with the default. 
</p>

</body>
</section>

<section id="options">
<title>Boot options for the LiveDVD</title>
<body>

<p>
This <uri
	link="http://dev.gentoo.org/~dabbott/pr/livedvd-readme.txt">README</uri> lists
the possible command line options that can be used to tweak the boot process of
this DVD.  This lists the Gentoo-specific options, along with a few options that
are built-in to the kernel, but that have been proven very useful to our users.
Also, all options that start with "do" have a "no" inverse, that does the
opposite.  For example, "doscsi" enables SCSI support in the initial ramdisk
boot, while "noscsi" disables it.
</p>

</body>
</section>

<section id="default">
<title>Default root and user password</title>

<body>

<p>
The default user is gentoo and the password is the same.
</p>

<pre caption="How do I become root?">
$ <i>sudo su -</i>
</pre>

<p>
You can use <c>passwd</c> to change the password for the user you are logged 
into. As root, you can change any user password by issuing the command
<c>passwd username</c> For extra options and setting, please <c>man passwd</c>.
</p>

</body>
</section>

<section id="usb">
<title>Can I copy the image to a usb stick?</title>

<body>

<p>Yes, to determine your device before you plug it in open a terminal and tail /var/log/messages.</p>
<pre caption="Determine Device">
# tail -f /var/log/messages
</pre>
<note>
You will need at least a 4GB device!
</note>
<pre caption="Copy the image">
# <i>dd if=image.iso of=/dev/sdb</i>
</pre>
<impo>
Do not point to a partition number!
</impo>

</body>
</section>

<section id="autologin">
<title>Can I resume the autologin?</title>
<body>

<p>
To resume the KDM autologin, you need to press the ESC key and wait for the
timeout to pass or just hit the enter key to login.  
</p>

</body>
</section>
</chapter>

<chapter>
<title>Trouble Shooting</title>

<section id="xorg-server">
<title>Xorg</title>
<body>

<p>
The LiveDVD uses xorg-server-1.6.3 and hal-0.5.13. X.Org is well on its way to
getting rid of lots of xorg.conf magic and moving it into obscure elements of
HAL. We currently use a blank /etc/X11/xorg.conf and let the magic of hal do its
thing. Most hardware is supported but not all.  
</p>
 
<p>
If you can not start X then it is useful to paste /var/log/Xorg.0.log so others
can view it for trouble shooting.  
</p>

<p>
You can paste the log like this from the command line.
</p>

<pre caption="Paste log from command line">
# <i>curl -F file=@/var/log/Xorg.0.log  nopaste.com/a</i>
</pre>

<p>
Some people have reported success by creating an xorg.conf file generated from X
-configure and renaming from xorg.conf.new and copy to /etc/X11 and hand
editing. I would suggest removing all keyboard and mouse sections plus removing
the references to modules as this is handled by xorg and hal automatically.
Below is an edited xorg.conf with the driver changed to "vesa" which should work
for most.  </p>

<pre caption="Create /etc/X11/xorg.conf">
$ <i>sudo su -</i>
# <i>X -configure</i>
# <i>cp /root/xorg.conf.new /etc/X11/</i>
# <i>cd /etc/X11/</i>
# <i>cp xorg.conf.new xorg.conf</i>
# <i>nano -w xorg.conf</i>
# <i>/etc/init.d/xdm restart</i>
</pre>

<p>
Once edited it should be similar to the one I created below.
</p>

<pre caption="xorg.conf">
Section "ServerLayout"
  Identifier     "X.org Configured"
  Screen      0  "Screen0" 0 0
EndSection

Section "Files"
  FontPath     "/usr/share/fonts/misc/"
  FontPath     "/usr/share/fonts/TTF/"
  FontPath     "/usr/share/fonts/OTF"
  FontPath     "/usr/share/fonts/Type1/"
  FontPath     "/usr/share/fonts/100dpi/"
  FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Monitor"
  Identifier   "Monitor0"
  VendorName   "Monitor Vendor"
  ModelName    "Monitor Model"
EndSection

Section "Device"
  Identifier  "Card0"
  Driver      "vesa"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device     "Card0"
  Monitor    "Monitor0"
    SubSection "Display"
    Viewport   0 0
    Depth     24
    EndSubSection
EndSection
</pre>

</body>
</section>
</chapter>
</guide>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-04 20:00 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-04 20:00 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/04 20:00:52

  Modified:             faq.xml
  Log:
  fixed link to Gentoo Ten Team

Revision  Changes    Path
1.2                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.1&r2=1.2

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq.xml	4 Oct 2009 16:12:06 -0000	1.1
+++ faq.xml	4 Oct 2009 20:00:52 -0000	1.2
@@ -35,7 +35,8 @@
 </p>
 
 <p>
-<uri link="gentoo-ten-team.txt">Your Gentoo Ten Team</uri>
+	<uri link="http://dev.gentoo.org/~dabbott/pr/gentoo-ten-team.txt">
+		Your Gentoo Ten Team</uri>
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-04 20:05 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-04 20:05 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/04 20:05:00

  Modified:             faq.xml
  Log:
  updated link to Gentoo Ten Team

Revision  Changes    Path
1.3                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.2&r2=1.3

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq.xml	4 Oct 2009 20:00:52 -0000	1.2
+++ faq.xml	4 Oct 2009 20:05:00 -0000	1.3
@@ -35,8 +35,7 @@
 </p>
 
 <p>
-	<uri link="http://dev.gentoo.org/~dabbott/pr/gentoo-ten-team.txt">
-		Your Gentoo Ten Team</uri>
+	<uri link="gentoo-ten-team.txt"> Your Gentoo Ten Team</uri>
 </p>
 
 <p>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-04 21:39 Alex Legler (a3li)
  0 siblings, 0 replies; 22+ messages in thread
From: Alex Legler (a3li) @ 2009-10-04 21:39 UTC (permalink / raw
  To: gentoo-commits

a3li        09/10/04 21:39:25

  Modified:             faq.xml
  Log:
  unify spelling of Live DVD

Revision  Changes    Path
1.4                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.3&r2=1.4

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faq.xml	4 Oct 2009 20:05:00 -0000	1.3
+++ faq.xml	4 Oct 2009 21:39:24 -0000	1.4
@@ -2,7 +2,7 @@
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/faq.xml">
-<title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
+<title>Gentoo Ten Live DVD Frequently Asked Questions</title>
 <author title="Author">
   <mail link="dabbott@gentoo.org">David Abbott</mail>
 </author>
@@ -69,7 +69,7 @@
 </section>
 
 <section id="options">
-<title>Boot options for the LiveDVD</title>
+<title>Boot options for the Live DVD</title>
 <body>
 
 <p>
@@ -151,7 +151,7 @@
 <body>
 
 <p>
-The LiveDVD uses xorg-server-1.6.3 and hal-0.5.13. X.Org is well on its way to
+The Live DVD uses xorg-server-1.6.3 and hal-0.5.13. X.Org is well on its way to
 getting rid of lots of xorg.conf magic and moving it into obscure elements of
 HAL. We currently use a blank /etc/X11/xorg.conf and let the magic of hal do its
 thing. Most hardware is supported but not all.  






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08  8:42 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08  8:42 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 08:42:51

  Modified:             faq.xml
  Log:
  added kdm restart section

Revision  Changes    Path
1.6                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.5&r2=1.6

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- faq.xml	4 Oct 2009 22:00:53 -0000	1.5
+++ faq.xml	8 Oct 2009 08:42:50 -0000	1.6
@@ -231,5 +231,21 @@
 
 </body>
 </section>
+<section id="xdm">
+<title>Restart kdm</title>
+<body>
+<p>
+On some graphic chipsets it may become necessary to restart kdm if you experience a blinking cursor in the top left of the screen or xorg-server appears to have frozen.
+</p>
+
+<pre caption="Restart kdm">
+First lets return to the command line.
+# <i>Ctrl+Alt+F1</i>
+Now we can restart kdm.
+# <i>/etc/init.d/xdm restart</i>
+</pre>
+
+</body>
+</section>
 </chapter>
 </guide>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08  9:03 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08  9:03 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 09:03:43

  Modified:             faq.xml
  Log:
  added sound section

Revision  Changes    Path
1.7                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.6&r2=1.7

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- faq.xml	8 Oct 2009 08:42:50 -0000	1.6
+++ faq.xml	8 Oct 2009 09:03:43 -0000	1.7
@@ -235,7 +235,9 @@
 <title>Restart kdm</title>
 <body>
 <p>
-On some graphic chipsets it may become necessary to restart kdm if you experience a blinking cursor in the top left of the screen or xorg-server appears to have frozen.
+On some graphic chipsets it may become necessary to restart kdm if you
+experience a blinking cursor in the top left of the screen or xorg-server
+appears to have frozen.
 </p>
 
 <pre caption="Restart kdm">
@@ -247,5 +249,21 @@
 
 </body>
 </section>
+<section id="sound">
+<title>Raise PCM volume</title>
+<body>
+<p>
+On some chipsets (snd-hda-intel) it may be necessary to raise the PCM volume.
+</p>
+
+<pre caption="adjust volume">
+First lets check current values.
+# <i>amixer list</i>
+To raise the PCM volume.
+# <i>amixer -c 0 set PCM 50db+q</i>
+</pre>
+
+</body>
+</section>
 </chapter>
 </guide>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08  9:32 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08  9:32 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 09:32:01

  Modified:             faq.xml
  Log:
  fixed title

Revision  Changes    Path
1.8                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.7&r2=1.8

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- faq.xml	8 Oct 2009 09:03:43 -0000	1.7
+++ faq.xml	8 Oct 2009 09:32:01 -0000	1.8
@@ -2,7 +2,7 @@
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/faq.xml">
-<title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
+	<title>Gentoo Ten Live DVD Frequently Asked Questions</title>
 <author title="Author">
   <mail link="dabbott@gentoo.org">David Abbott</mail>
 </author>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08 11:12 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08 11:12 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 11:12:03

  Modified:             faq.xml
  Log:
  added wireless

Revision  Changes    Path
1.9                  xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.8&r2=1.9

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- faq.xml	8 Oct 2009 09:32:01 -0000	1.8
+++ faq.xml	8 Oct 2009 11:12:02 -0000	1.9
@@ -141,6 +141,33 @@
 
 </body>
 </section>
+
+<section id="wireless">
+<title>Can I install firmware for my wireless card?</title>
+<body>
+
+<p>
+Sure, you just need to copy the firmware to /lib/firmware and reload your
+wireless cards modules. In the example below I install the firmware for a Ralink
+RT2501USB wireless LAN chipset, that requires non-free firmware for their
+operation, which can not be included on the Live DVD because of license issues.
+I copy the firmware from a 2GB usb stick.
+</p>
+
+<pre caption="Install the firmware">
+First lets mount the usb stick
+# <i>mkdir /mnt/pin</i>
+# <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
+Now remove the current modules so we can reload and include the firmware.
+# <i>modprobe -r rt73usb  rt2x00usb  rt2x00lib</i>
+Time to insert modules amd load firmware.
+# <i>modprobe rt73usb</i>
+Lets restart wicd to pickup wlan0
+# <i>/etc/init.d/wicd restart</i>
+have fun              
+</pre>
+</body>
+</section>
 </chapter>
 
 <chapter>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08 11:19 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08 11:19 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 11:19:16

  Modified:             faq.xml
  Log:
  added tampakrap

Revision  Changes    Path
1.10                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.9&r2=1.10

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- faq.xml	8 Oct 2009 11:12:02 -0000	1.9
+++ faq.xml	8 Oct 2009 11:19:16 -0000	1.10
@@ -9,6 +9,9 @@
 <author title="Reviewer">
 	<mail link="email@missionaccomplish.com">Fernando V. Orocu</mail>
 </author>
+<author title="Reviewer">
+	<mail link="tampakrap@gentoo.org">Theo Chatzimichos</mail>
+</author>
 <author title="Editor">
 	<mail link="solar@gentoo.org">Ned Ludd</mail>
 </author>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08 11:29 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08 11:29 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 11:29:13

  Modified:             faq.xml
  Log:
  fixed mount error

Revision  Changes    Path
1.11                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.10&r2=1.11

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- faq.xml	8 Oct 2009 11:19:16 -0000	1.10
+++ faq.xml	8 Oct 2009 11:29:13 -0000	1.11
@@ -160,6 +160,7 @@
 <pre caption="Install the firmware">
 First lets mount the usb stick
 # <i>mkdir /mnt/pin</i>
+# <i>mount /dev/sdb1 /mnt/pin</i>
 # <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
 Now remove the current modules so we can reload and include the firmware.
 # <i>modprobe -r rt73usb  rt2x00usb  rt2x00lib</i>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08 12:13 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08 12:13 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 12:13:25

  Modified:             faq.xml
  Log:
  added more info chapter

Revision  Changes    Path
1.12                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.11&r2=1.12

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- faq.xml	8 Oct 2009 11:29:13 -0000	1.11
+++ faq.xml	8 Oct 2009 12:13:25 -0000	1.12
@@ -26,7 +26,7 @@
 <license/>
 
 <version>1.0</version>
-<date>2009-10-05</date>
+<date>2009-10-08</date>
 
 <faqindex>
 <title>FAQ</title>
@@ -287,13 +287,32 @@
 On some chipsets (snd-hda-intel) it may be necessary to raise the PCM volume.
 </p>
 
-<pre caption="adjust volume">
+<pre caption="alsamixer">
 First lets check current values.
-# <i>amixer list</i>
-To raise the PCM volume.
-# <i>amixer -c 0 set PCM 50db+q</i>
+# <i>alsamixer</i>
 </pre>
 
+<p>
+For more information read the <uri
+	link="http://www.gentoo.org/doc/en/alsa-guide.xml">Gentoo Linux ALSA
+	Guide.</uri>
+</p>
+
+</body>
+</section>
+</chapter>
+<chapter>
+<title>More Information</title>
+<section id="more-info">
+<title>What if my question has not been answered?</title>
+
+<body>
+
+<p>
+Thats an easy one, come join us on #gentoo-ten and someone may have an answer or
+help us fix some bugs. :)
+</p>
+
 </body>
 </section>
 </chapter>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08 13:10 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08 13:10 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 13:10:31

  Modified:             faq.xml
  Log:
  added <comment> tags

Revision  Changes    Path
1.13                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.13&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.12&r2=1.13

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- faq.xml	8 Oct 2009 12:13:25 -0000	1.12
+++ faq.xml	8 Oct 2009 13:10:31 -0000	1.13
@@ -34,7 +34,11 @@
 <title>Introduction</title>
 <body>
 
-<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.
+<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.
 </p>
 
 <p>
@@ -116,9 +120,12 @@
 
 <body>
 
-<p>Yes, to determine your device before you plug it in open a terminal and tail /var/log/messages.</p>
+<p>
+Yes, to determine your device before you plug it in open a terminal and tail
+/var/log/messages.
+</p>
 <pre caption="Determine Device">
-# tail -f /var/log/messages
+# <i>tail -f /var/log/messages</i>
 </pre>
 <note>
 You will need at least a 4GB device!
@@ -158,17 +165,17 @@
 </p>
 
 <pre caption="Install the firmware">
-First lets mount the usb stick
+<comment>First lets mount the usb stick</comment>
 # <i>mkdir /mnt/pin</i>
 # <i>mount /dev/sdb1 /mnt/pin</i>
 # <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
-Now remove the current modules so we can reload and include the firmware.
+<comment>Now remove the current modules so we can reload and include the
+	firmware.</comment>
 # <i>modprobe -r rt73usb  rt2x00usb  rt2x00lib</i>
-Time to insert modules amd load firmware.
+<comment>Time to insert modules amd load firmware.</comment>
 # <i>modprobe rt73usb</i>
-Lets restart wicd to pickup wlan0
+<comment>Lets restart wicd to pickup wlan0</comment>
 # <i>/etc/init.d/wicd restart</i>
-have fun              
 </pre>
 </body>
 </section>
@@ -272,9 +279,9 @@
 </p>
 
 <pre caption="Restart kdm">
-First lets return to the command line.
+<comment>First lets return to the command line.</comment>
 # <i>Ctrl+Alt+F1</i>
-Now we can restart kdm.
+<comment>Now we can restart kdm.</comment>
 # <i>/etc/init.d/xdm restart</i>
 </pre>
 






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08 13:15 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08 13:15 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 13:15:24

  Modified:             faq.xml
  Log:
  fixed word wrap

Revision  Changes    Path
1.14                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.13&r2=1.14

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- faq.xml	8 Oct 2009 13:10:31 -0000	1.13
+++ faq.xml	8 Oct 2009 13:15:24 -0000	1.14
@@ -169,8 +169,7 @@
 # <i>mkdir /mnt/pin</i>
 # <i>mount /dev/sdb1 /mnt/pin</i>
 # <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
-<comment>Now remove the current modules so we can reload and include the
-	firmware.</comment>
+<comment>Reload modules so the firmware is included.</comment>
 # <i>modprobe -r rt73usb  rt2x00usb  rt2x00lib</i>
 <comment>Time to insert modules amd load firmware.</comment>
 # <i>modprobe rt73usb</i>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-08 13:44 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-08 13:44 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/08 13:44:36

  Modified:             faq.xml
  Log:
  added usb boot warning

Revision  Changes    Path
1.15                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.14&r2=1.15

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- faq.xml	8 Oct 2009 13:15:24 -0000	1.14
+++ faq.xml	8 Oct 2009 13:44:36 -0000	1.15
@@ -136,6 +136,10 @@
 <impo>
 Do not point to a partition number!
 </impo>
+<warn>
+Not all bios support booting from usb device. Consult your motherboard
+documentation first!
+</warn>
 
 </body>
 </section>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-11  0:21 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-11  0:21 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/11 00:21:53

  Modified:             faq.xml
  Log:
  Added section on testing boot speed

Revision  Changes    Path
1.16                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.15&r2=1.16

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- faq.xml	8 Oct 2009 13:44:36 -0000	1.15
+++ faq.xml	11 Oct 2009 00:21:53 -0000	1.16
@@ -182,6 +182,30 @@
 </pre>
 </body>
 </section>
+
+<section id="bootspeed">
+<title>Can I speed up the boot process?</title>
+<body>
+
+<p>
+For the slow boot, that is in the process of getting some of the fat removed to
+speed it up. Livecd tools had not been worked on much since 2007 as it was not
+really needed without a Live CD or DVD. With the switch to xorg-server-1.5 and
+above some scripts that were needed before are not needed now. We are picking
+away at it little by little. One script that runs /sbin/x-setup and then calls
+livecd-functions.sh is going to be eliminated or revised and that should really
+help, so we are working on speeding it up :)
+</p>
+
+<p><b>To speed up the boot try this at the boot prompt.</b></p>
+<pre caption="Fast Boot Test">
+<i>gentoo-nofb nox</i>
+<comment>Once you are returned to the command line.</comment>
+<i>/etc/init.d/xdm start</i>
+</pre>
+
+</body>
+</section>
 </chapter>
 
 <chapter>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2009-10-13 23:51 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2009-10-13 23:51 UTC (permalink / raw
  To: gentoo-commits

dabbott     09/10/13 23:51:45

  Modified:             faq.xml
  Log:
  added package list and 10.1 updated list to faq

Revision  Changes    Path
1.17                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.16&r2=1.17

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- faq.xml	11 Oct 2009 00:21:53 -0000	1.16
+++ faq.xml	13 Oct 2009 23:51:45 -0000	1.17
@@ -2,18 +2,18 @@
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/faq.xml">
-	<title>Gentoo Ten Live DVD Frequently Asked Questions</title>
+  <title>Gentoo Ten Live DVD Frequently Asked Questions</title>
 <author title="Author">
   <mail link="dabbott@gentoo.org">David Abbott</mail>
 </author>
 <author title="Reviewer">
-	<mail link="email@missionaccomplish.com">Fernando V. Orocu</mail>
+  <mail link="email@missionaccomplish.com">Fernando V. Orocu</mail>
 </author>
 <author title="Reviewer">
-	<mail link="tampakrap@gentoo.org">Theo Chatzimichos</mail>
+  <mail link="tampakrap@gentoo.org">Theo Chatzimichos</mail>
 </author>
 <author title="Editor">
-	<mail link="solar@gentoo.org">Ned Ludd</mail>
+  <mail link="solar@gentoo.org">Ned Ludd</mail>
 </author>
 
 <abstract>
@@ -42,7 +42,7 @@
 </p>
 
 <p>
-	<uri link="gentoo-ten-team.txt"> Your Gentoo Ten Team</uri>
+  <uri link="gentoo-ten-team.txt"> Your Gentoo Ten Team</uri>
 </p>
 
 <p>
@@ -81,7 +81,7 @@
 
 <p>
 This <uri
-	link="http://dev.gentoo.org/~dabbott/pr/livedvd-readme.txt">README</uri> lists
+  link="http://dev.gentoo.org/~dabbott/pr/livedvd-readme.txt">README</uri> lists
 the possible command line options that can be used to tweak the boot process of
 this DVD.  This lists the Gentoo-specific options, along with a few options that
 are built-in to the kernel, but that have been proven very useful to our users.
@@ -296,8 +296,10 @@
 
 </body>
 </section>
+
 <section id="xdm">
 <title>Restart kdm</title>
+
 <body>
 <p>
 On some graphic chipsets it may become necessary to restart kdm if you
@@ -314,9 +316,12 @@
 
 </body>
 </section>
+
 <section id="sound">
 <title>Raise PCM volume</title>
+
 <body>
+  
 <p>
 On some chipsets (snd-hda-intel) it may be necessary to raise the PCM volume.
 </p>
@@ -328,20 +333,21 @@
 
 <p>
 For more information read the <uri
-	link="http://www.gentoo.org/doc/en/alsa-guide.xml">Gentoo Linux ALSA
-	Guide.</uri>
+  link="http://www.gentoo.org/doc/en/alsa-guide.xml">Gentoo Linux ALSA
+  Guide.</uri>
 </p>
 
 </body>
 </section>
 </chapter>
+
 <chapter>
 <title>More Information</title>
 <section id="more-info">
 <title>What if my question has not been answered?</title>
 
 <body>
-
+  
 <p>
 Thats an easy one, come join us on #gentoo-ten and someone may have an answer or
 help us fix some bugs. :)
@@ -349,5 +355,30 @@
 
 </body>
 </section>
+
+<section id="package-list">
+<title>Is there a list of all the packages included?</title>
+
+<body>
+  
+<p>
+Yes, please have a look at the <uri link="ten_package_list.txt">package list.</uri>
+</p>
+
+</body>
+</section>
+
+<section id ="changes">
+<title>Is there a list of the changes from one release to another?</title>
+
+<body>
+  
+<p>
+You are in luck, here are the <uri link="10.1_changes.txt">changes</uri> for the
+10.1 release.
+</p>
+
+</body>
+</section>
 </chapter>
 </guide>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2011-03-08 19:14 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 22+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-08 19:14 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/03/08 19:14:59

  Modified:             faq.xml
  Log:
  overhauled FAQ. fixed innumerable errors. also rewrote it to be usable for 10.X and the new 11.X LiveDVDs.

Revision  Changes    Path
1.18                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.17&r2=1.18

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- faq.xml	13 Oct 2009 23:51:45 -0000	1.17
+++ faq.xml	8 Mar 2011 19:14:59 -0000	1.18
@@ -1,23 +1,28 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.18 2011/03/08 19:14:59 nightmorph Exp $ -->
+
+<guide>
+<title>Gentoo Ten Live DVD Frequently Asked Questions</title>
 
-<guide link="/doc/en/faq.xml">
-  <title>Gentoo Ten Live DVD Frequently Asked Questions</title>
 <author title="Author">
-  <mail link="dabbott@gentoo.org">David Abbott</mail>
+  <mail link="dabbott"/>
 </author>
 <author title="Reviewer">
   <mail link="email@missionaccomplish.com">Fernando V. Orocu</mail>
 </author>
 <author title="Reviewer">
-  <mail link="tampakrap@gentoo.org">Theo Chatzimichos</mail>
+  <mail link="tampakrap"/>
+</author>
+<author title="Editor">
+  <mail link="solar"/>
 </author>
 <author title="Editor">
-  <mail link="solar@gentoo.org">Ned Ludd</mail>
+  <mail link="nightmorph"/>
 </author>
 
 <abstract>
-This FAQ is a collection of questions and answers collected from ten mail list
+This FAQ is a collection of questions and answers collected from the mail list
 and from IRC.
 </abstract>
 
@@ -25,8 +30,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.0</version>
-<date>2009-10-08</date>
+<version>2</version>
+<date>2011-03-08</date>
 
 <faqindex>
 <title>FAQ</title>
@@ -35,21 +40,20 @@
 <body>
 
 <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.
+The Gentoo hybrid LiveDVD 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!
 </p>
 
 <p>
-  <uri link="gentoo-ten-team.txt"> Your Gentoo Ten Team</uri>
+<uri link="gentoo-ten-team.txt"> Your Gentoo Ten Team</uri>
 </p>
 
 <p>
-Please note that this is simply a list of common questions. Please read the
-handbook and/or man pages to gain a greater understanding of how Gentoo and
-GNU/Linux works. For answers to questions which may not be answered here, please
-visit the forums and bugzilla.
+Please note that this is simply a list of common questions. Please read the <uri
+link="/doc/en/handbook">handbook</uri> and man pages to gain a greater
+understanding of how Gentoo works. For answers to questions which may not be
+answered here, please visit the forums and bugzilla.
 </p>
 
 </body>
@@ -58,18 +62,18 @@
 
 <chapter>
 <title>Getting Started</title>
-
 <section id="arch">
-<title>Download the correct iso for your hardware</title>
+<title>Download the correct ISO for your hardware</title>
 <body>
 
 <p>
-The livedvd-x86-x86_64 will work on x86 or x86_64. If your arch is x86 boot with
-the default. If your arch is amd64 boot with gentoo64. 
+The <path>livedvd-x86-x86_64</path> ISO will work on 32-bit x86 or 64-bit
+x86_64. If your architecture is x86, boot with the default. If your arch is
+amd64, boot with <c>gentoo64</c>.
 </p>
 
 <p>
-The livedvd-amd64 is for x86-64 specification. Boot with the default. 
+The <path>livedvd-amd64</path> ISO is only for x86_64. Boot with the default. 
 </p>
 
 </body>
@@ -80,26 +84,24 @@
 <body>
 
 <p>
-This <uri
-  link="http://dev.gentoo.org/~dabbott/pr/livedvd-readme.txt">README</uri> lists
+The <uri
+link="http://dev.gentoo.org/~dabbott/pr/livedvd-readme.txt">README</uri> lists
 the possible command line options that can be used to tweak the boot process of
-this DVD.  This lists the Gentoo-specific options, along with a few options that
-are built-in to the kernel, but that have been proven very useful to our users.
-Also, all options that start with "do" have a "no" inverse, that does the
-opposite.  For example, "doscsi" enables SCSI support in the initial ramdisk
-boot, while "noscsi" disables it.
+the DVD. The README lists the Gentoo-specific options, along with a few
+options that are built-in to the kernel, but that have been proven very useful
+to our users. All options that start with <c>do</c> have a <c>no</c> inverse
+that does the opposite. For example, <c>doscsi</c> enables SCSI support in the
+initial ramdisk boot, while <c>noscsi</c> disables it.
 </p>
 
 </body>
 </section>
-
 <section id="default">
 <title>Default root and user password</title>
-
 <body>
 
 <p>
-The default user is gentoo and the password is the same.
+The default user and password are <c>gentoo</c>.
 </p>
 
 <pre caption="How do I become root?">
@@ -114,36 +116,38 @@
 
 </body>
 </section>
-
 <section id="usb">
 <title>Can I copy the image to a usb stick?</title>
-
 <body>
 
 <p>
-Yes, to determine your device before you plug it in open a terminal and tail
-/var/log/messages.
+Yes. To determine your device before you plug it in, open a terminal and read
+<path>/var/log/messages</path>:
 </p>
+
 <pre caption="Determine Device">
 # <i>tail -f /var/log/messages</i>
 </pre>
+
 <note>
 You will need at least a 4GB device!
 </note>
+
 <pre caption="Copy the image">
 # <i>dd if=image.iso of=/dev/sdb</i>
 </pre>
+
 <impo>
 Do not point to a partition number!
 </impo>
+
 <warn>
-Not all bios support booting from usb device. Consult your motherboard
+Not all BIOS support booting from USB devicees. Consult your motherboard
 documentation first!
 </warn>
 
 </body>
 </section>
-
 <section id="autologin">
 <title>Can I resume the autologin?</title>
 <body>
@@ -155,53 +159,46 @@
 
 </body>
 </section>
-
 <section id="wireless">
 <title>Can I install firmware for my wireless card?</title>
 <body>
 
 <p>
-Sure, you just need to copy the firmware to /lib/firmware and reload your
-wireless cards modules. In the example below I install the firmware for a Ralink
-RT2501USB wireless LAN chipset, that requires non-free firmware for their
-operation, which can not be included on the Live DVD because of license issues.
-I copy the firmware from a 2GB usb stick.
+Yes. You just need to copy the firmware to <path>/lib/firmware</path> and reload
+your wireless card's kernel modules. The example below installs the firmware for
+a Ralink RT2501USB wireless LAN chipset. It requires non-free firmware, which
+cannot be included on the Live DVD because of license issues. The firmware is
+copied from a 2GB usb stick.
 </p>
 
 <pre caption="Install the firmware">
-<comment>First lets mount the usb stick</comment>
+<comment>(First mount the USB stick)</comment>
 # <i>mkdir /mnt/pin</i>
 # <i>mount /dev/sdb1 /mnt/pin</i>
+<comment>(Copy the firmware)</comment>
 # <i>cp /mnt/pin/firmware/rt73.bin /lib/firmware</i>
-<comment>Reload modules so the firmware is included.</comment>
+<comment>(Reload modules so that the firmware is included)</comment>
 # <i>modprobe -r rt73usb  rt2x00usb  rt2x00lib</i>
-<comment>Time to insert modules amd load firmware.</comment>
+<comment>(Time to insert modules amd load firmware)</comment>
 # <i>modprobe rt73usb</i>
-<comment>Lets restart wicd to pickup wlan0</comment>
+<comment>(Restart wicd to pickup the interface)</comment>
 # <i>/etc/init.d/wicd restart</i>
 </pre>
+
 </body>
 </section>
-
 <section id="bootspeed">
 <title>Can I speed up the boot process?</title>
 <body>
 
 <p>
-For the slow boot, that is in the process of getting some of the fat removed to
-speed it up. Livecd tools had not been worked on much since 2007 as it was not
-really needed without a Live CD or DVD. With the switch to xorg-server-1.5 and
-above some scripts that were needed before are not needed now. We are picking
-away at it little by little. One script that runs /sbin/x-setup and then calls
-livecd-functions.sh is going to be eliminated or revised and that should really
-help, so we are working on speeding it up :)
+To speed up the boot try this at the boot prompt:
 </p>
 
-<p><b>To speed up the boot try this at the boot prompt.</b></p>
 <pre caption="Fast Boot Test">
-<i>gentoo-nofb nox</i>
-<comment>Once you are returned to the command line.</comment>
-<i>/etc/init.d/xdm start</i>
+# <i>gentoo-nofb nox</i>
+<comment>(Once you are returned to the command line)</comment>
+# <i>/etc/init.d/xdm start</i>
 </pre>
 
 </body>
@@ -209,117 +206,47 @@
 </chapter>
 
 <chapter>
-<title>Trouble Shooting</title>
-
+<title>Troubleshooting</title>
 <section id="xorg-server">
 <title>Xorg</title>
 <body>
 
 <p>
-The LiveDVD uses xorg-server-1.6.3 and hal-0.5.13. X.Org is well on its way to
-getting rid of lots of xorg.conf magic and moving it into obscure elements of
-HAL. We currently use a blank /etc/X11/xorg.conf and let the magic of hal do its
-thing. Most hardware is supported but not all.  
-</p>
- 
-<p>
-If you can not start X then it is useful to paste /var/log/Xorg.0.log so others
-can view it for trouble shooting.  
+If you cannot start X then it is useful to paste
+<path>/var/log/Xorg.0.log</path> so others can view it for trouble shooting.  
 </p>
 
 <p>
-You can paste the log like this from the command line.
+You can paste the log like this from the command line:
 </p>
 
-<pre caption="Paste log from command line">
-# <i>curl -F file=@/var/log/Xorg.0.log  nopaste.com/a</i>
-</pre>
-
-<p>
-Some people have reported success by creating an xorg.conf file generated from X
--configure and renaming from xorg.conf.new and copy to /etc/X11 and hand
-editing. I would suggest removing all keyboard and mouse sections plus removing
-the references to modules as this is handled by xorg and hal automatically.
-Below is an edited xorg.conf with the driver changed to "vesa" which should work
-for most.  </p>
-
-<pre caption="Create /etc/X11/xorg.conf">
-$ <i>sudo su -</i>
-# <i>X -configure</i>
-# <i>cp /root/xorg.conf.new /etc/X11/</i>
-# <i>cd /etc/X11/</i>
-# <i>cp xorg.conf.new xorg.conf</i>
-# <i>nano -w xorg.conf</i>
-# <i>/etc/init.d/xdm restart</i>
-</pre>
-
-<p>
-Once edited it should be similar to the one I created below.
-</p>
-
-<pre caption="xorg.conf">
-Section "ServerLayout"
-  Identifier     "X.org Configured"
-  Screen      0  "Screen0" 0 0
-EndSection
-
-Section "Files"
-  FontPath     "/usr/share/fonts/misc/"
-  FontPath     "/usr/share/fonts/TTF/"
-  FontPath     "/usr/share/fonts/OTF"
-  FontPath     "/usr/share/fonts/Type1/"
-  FontPath     "/usr/share/fonts/100dpi/"
-  FontPath     "/usr/share/fonts/75dpi/"
-EndSection
-
-Section "Monitor"
-  Identifier   "Monitor0"
-  VendorName   "Monitor Vendor"
-  ModelName    "Monitor Model"
-EndSection
-
-Section "Device"
-  Identifier  "Card0"
-  Driver      "vesa"
-EndSection
-
-Section "Screen"
-  Identifier "Screen0"
-  Device     "Card0"
-  Monitor    "Monitor0"
-    SubSection "Display"
-    Viewport   0 0
-    Depth     24
-    EndSubSection
-EndSection
+<pre caption="Paste the error log">
+# <i>curl -F file=@/var/log/Xorg.0.log nopaste.com/a</i>
 </pre>
 
 </body>
 </section>
-
 <section id="xdm">
-<title>Restart kdm</title>
-
+<title>Restart KDM</title>
 <body>
+
 <p>
-On some graphic chipsets it may become necessary to restart kdm if you
+On some graphic chipsets it may become necessary to restart KDM if you
 experience a blinking cursor in the top left of the screen or xorg-server
 appears to have frozen.
 </p>
 
-<pre caption="Restart kdm">
-<comment>First lets return to the command line.</comment>
+<pre caption="Restart KDM">
+<comment>(First return to the command line)</comment>
 # <i>Ctrl+Alt+F1</i>
-<comment>Now we can restart kdm.</comment>
+<comment>(Now restart KDM)</comment>
 # <i>/etc/init.d/xdm restart</i>
 </pre>
 
 </body>
 </section>
-
 <section id="sound">
 <title>Raise PCM volume</title>
-
 <body>
   
 <p>
@@ -327,14 +254,15 @@
 </p>
 
 <pre caption="alsamixer">
-First lets check current values.
+<comment>(First check the current volume)</comment>
 # <i>alsamixer</i>
 </pre>
 
 <p>
-For more information read the <uri
-  link="http://www.gentoo.org/doc/en/alsa-guide.xml">Gentoo Linux ALSA
-  Guide.</uri>
+Use the left/right arrow keys to navigate, and up/down to change the volume. For
+more information read the <uri
+link="http://www.gentoo.org/doc/en/alsa-guide.xml">Gentoo Linux ALSA
+Guide.</uri>
 </p>
 
 </body>
@@ -345,37 +273,11 @@
 <title>More Information</title>
 <section id="more-info">
 <title>What if my question has not been answered?</title>
-
-<body>
-  
-<p>
-Thats an easy one, come join us on #gentoo-ten and someone may have an answer or
-help us fix some bugs. :)
-</p>
-
-</body>
-</section>
-
-<section id="package-list">
-<title>Is there a list of all the packages included?</title>
-
-<body>
-  
-<p>
-Yes, please have a look at the <uri link="ten_package_list.txt">package list.</uri>
-</p>
-
-</body>
-</section>
-
-<section id ="changes">
-<title>Is there a list of the changes from one release to another?</title>
-
 <body>
   
 <p>
-You are in luck, here are the <uri link="10.1_changes.txt">changes</uri> for the
-10.1 release.
+Come join us on our IRC channel, #gentoo-ten. You can also help us fix some
+bugs!
 </p>
 
 </body>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2011-03-08 19:16 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 22+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-08 19:16 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/03/08 19:16:38

  Modified:             faq.xml
  Log:
  minor bit i missed

Revision  Changes    Path
1.19                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.18&r2=1.19

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- faq.xml	8 Mar 2011 19:14:59 -0000	1.18
+++ faq.xml	8 Mar 2011 19:16:38 -0000	1.19
@@ -1,9 +1,9 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.18 2011/03/08 19:14:59 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.19 2011/03/08 19:16:38 nightmorph Exp $ -->
 
 <guide>
-<title>Gentoo Ten Live DVD Frequently Asked Questions</title>
+<title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
 
 <author title="Author">
   <mail link="dabbott"/>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2011-03-08 19:18 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 22+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-08 19:18 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/03/08 19:18:29

  Modified:             faq.xml
  Log:
  removed troubleshooting chapter per IRC

Revision  Changes    Path
1.20                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.19&r2=1.20

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- faq.xml	8 Mar 2011 19:16:38 -0000	1.19
+++ faq.xml	8 Mar 2011 19:18:29 -0000	1.20
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.19 2011/03/08 19:16:38 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.20 2011/03/08 19:18:29 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
@@ -30,7 +30,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2</version>
+<version>3</version>
 <date>2011-03-08</date>
 
 <faqindex>
@@ -195,7 +195,7 @@
 To speed up the boot try this at the boot prompt:
 </p>
 
-<pre caption="Fast Boot Test">
+<pre caption="Faster boot">
 # <i>gentoo-nofb nox</i>
 <comment>(Once you are returned to the command line)</comment>
 # <i>/etc/init.d/xdm start</i>
@@ -206,70 +206,6 @@
 </chapter>
 
 <chapter>
-<title>Troubleshooting</title>
-<section id="xorg-server">
-<title>Xorg</title>
-<body>
-
-<p>
-If you cannot start X then it is useful to paste
-<path>/var/log/Xorg.0.log</path> so others can view it for trouble shooting.  
-</p>
-
-<p>
-You can paste the log like this from the command line:
-</p>
-
-<pre caption="Paste the error log">
-# <i>curl -F file=@/var/log/Xorg.0.log nopaste.com/a</i>
-</pre>
-
-</body>
-</section>
-<section id="xdm">
-<title>Restart KDM</title>
-<body>
-
-<p>
-On some graphic chipsets it may become necessary to restart KDM if you
-experience a blinking cursor in the top left of the screen or xorg-server
-appears to have frozen.
-</p>
-
-<pre caption="Restart KDM">
-<comment>(First return to the command line)</comment>
-# <i>Ctrl+Alt+F1</i>
-<comment>(Now restart KDM)</comment>
-# <i>/etc/init.d/xdm restart</i>
-</pre>
-
-</body>
-</section>
-<section id="sound">
-<title>Raise PCM volume</title>
-<body>
-  
-<p>
-On some chipsets (snd-hda-intel) it may be necessary to raise the PCM volume.
-</p>
-
-<pre caption="alsamixer">
-<comment>(First check the current volume)</comment>
-# <i>alsamixer</i>
-</pre>
-
-<p>
-Use the left/right arrow keys to navigate, and up/down to change the volume. For
-more information read the <uri
-link="http://www.gentoo.org/doc/en/alsa-guide.xml">Gentoo Linux ALSA
-Guide.</uri>
-</p>
-
-</body>
-</section>
-</chapter>
-
-<chapter>
 <title>More Information</title>
 <section id="more-info">
 <title>What if my question has not been answered?</title>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2011-03-08 19:34 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 22+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-08 19:34 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/03/08 19:34:26

  Modified:             faq.xml
  Log:
  add package lists

Revision  Changes    Path
1.21                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.20&r2=1.21

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- faq.xml	8 Mar 2011 19:18:29 -0000	1.20
+++ faq.xml	8 Mar 2011 19:34:26 -0000	1.21
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.20 2011/03/08 19:18:29 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.21 2011/03/08 19:34:26 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
@@ -8,6 +8,9 @@
 <author title="Author">
   <mail link="dabbott"/>
 </author>
+<author title="Author">
+  <mail link="nightmorph"/>
+</author>
 <author title="Reviewer">
   <mail link="email@missionaccomplish.com">Fernando V. Orocu</mail>
 </author>
@@ -17,9 +20,6 @@
 <author title="Editor">
   <mail link="solar"/>
 </author>
-<author title="Editor">
-  <mail link="nightmorph"/>
-</author>
 
 <abstract>
 This FAQ is a collection of questions and answers collected from the mail list
@@ -30,7 +30,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3</version>
+<version>4</version>
 <date>2011-03-08</date>
 
 <faqindex>
@@ -203,6 +203,23 @@
 
 </body>
 </section>
+<section id="packages">
+<title>Is there a list of packages on the DVD?</title>
+<body>
+
+<p>
+Yes:
+</p>
+
+<ul>
+  <li>
+    <uri link="hybrid-package-list.txt">livedvd-x86-x86_64 packages</uri>
+  </li>
+  <li><uri link="amd64-package-list">livedvd-amd64 packages</uri></li>
+</ul>
+
+</body>
+</section>
 </chapter>
 
 <chapter>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2011-03-09  5:01 Joshua Saddler (nightmorph)
  0 siblings, 0 replies; 22+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-09  5:01 UTC (permalink / raw
  To: gentoo-commits

nightmorph    11/03/09 05:01:36

  Modified:             faq.xml
  Log:
  typo in the package link

Revision  Changes    Path
1.22                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.21&r2=1.22

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- faq.xml	8 Mar 2011 19:34:26 -0000	1.21
+++ faq.xml	9 Mar 2011 05:01:36 -0000	1.22
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.21 2011/03/08 19:34:26 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.22 2011/03/09 05:01:36 nightmorph Exp $ -->
 
 <guide>
 <title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
@@ -215,7 +215,7 @@
   <li>
     <uri link="hybrid-package-list.txt">livedvd-x86-x86_64 packages</uri>
   </li>
-  <li><uri link="amd64-package-list">livedvd-amd64 packages</uri></li>
+  <li><uri link="amd64-package-list.txt">livedvd-amd64 packages</uri></li>
 </ul>
 
 </body>






^ permalink raw reply	[flat|nested] 22+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml
@ 2011-08-02 20:52 David Abbott (dabbott)
  0 siblings, 0 replies; 22+ messages in thread
From: David Abbott (dabbott) @ 2011-08-02 20:52 UTC (permalink / raw
  To: gentoo-commits

dabbott     11/08/02 20:52:02

  Modified:             faq.xml
  Log:
  fixed spelling error

Revision  Changes    Path
1.23                 xml/htdocs/proj/en/pr/releases/10.0/faq.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml?r1=1.22&r2=1.23

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- faq.xml	9 Mar 2011 05:01:36 -0000	1.22
+++ faq.xml	2 Aug 2011 20:52:02 -0000	1.23
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.22 2011/03/09 05:01:36 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/10.0/faq.xml,v 1.23 2011/08/02 20:52:02 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo Ten LiveDVD Frequently Asked Questions</title>
@@ -142,7 +142,7 @@
 </impo>
 
 <warn>
-Not all BIOS support booting from USB devicees. Consult your motherboard
+Not all BIOS support booting from USB devices. Consult your motherboard
 documentation first!
 </warn>
 






^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-08-02 20:52 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-04 21:39 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/10.0: faq.xml Alex Legler (a3li)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-02 20:52 David Abbott (dabbott)
2011-03-09  5:01 Joshua Saddler (nightmorph)
2011-03-08 19:34 Joshua Saddler (nightmorph)
2011-03-08 19:18 Joshua Saddler (nightmorph)
2011-03-08 19:16 Joshua Saddler (nightmorph)
2011-03-08 19:14 Joshua Saddler (nightmorph)
2009-10-13 23:51 David Abbott (dabbott)
2009-10-11  0:21 David Abbott (dabbott)
2009-10-08 13:44 David Abbott (dabbott)
2009-10-08 13:15 David Abbott (dabbott)
2009-10-08 13:10 David Abbott (dabbott)
2009-10-08 12:13 David Abbott (dabbott)
2009-10-08 11:29 David Abbott (dabbott)
2009-10-08 11:19 David Abbott (dabbott)
2009-10-08 11:12 David Abbott (dabbott)
2009-10-08  9:32 David Abbott (dabbott)
2009-10-08  9:03 David Abbott (dabbott)
2009-10-08  8:42 David Abbott (dabbott)
2009-10-04 20:05 David Abbott (dabbott)
2009-10-04 20:00 David Abbott (dabbott)
2009-10-04 16:12 Alex Legler (a3li)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox