public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/12.0: faq.xml
@ 2011-12-22 21:18 David Abbott (dabbott)
  0 siblings, 0 replies; 10+ messages in thread
From: David Abbott (dabbott) @ 2011-12-22 21:18 UTC (permalink / raw
  To: gentoo-commits

dabbott     11/12/22 21:18:34

  Added:                faq.xml
  Log:
  FAQ for the Gentoo 12.0 LiveDVD

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/pr/releases/12.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">
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.1 2011/12/22 21:18:34 dabbott Exp $ -->

<guide>
<title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>

<author title="Author">
  <mail link="dabbott"/>
</author>
<author title="Reviewer">
  <mail link="email@missionaccomplish.com">Fernando V. Orocu</mail>
</author>

<abstract>
This FAQ is a collection of questions and answers collected from the 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</version>
<date>2011-12-22</date>

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

<p>
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="12.0-livedvd-team.txt"> Your Gentoo LiveDVD Team</uri>
</p>

<p>
  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, bugzilla or <uri
    link="irc://irc.gentoo.org/gentoo-ten">#gentoo-ten</uri> on <uri
    link="http://www.freenode.net/">freenode</uri>
</p>

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

<chapter>
<title>Getting Started</title>
<section id="arch">
<title>Download the correct ISO for your hardware</title>
<body>

<p>
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 <path>livedvd-amd64</path> ISO is only for x86_64. Boot with the default. 
</p>

</body>
</section>

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

<p>
The <uri
link="12.0-README.txt">README</uri> lists
the possible command line options that can be used to tweak the boot process of
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 and password are <c>gentoo</c>.
</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 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 devices. Consult your motherboard
documentation first!
</warn>

</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>
<section id="wireless">
<title>Can I install firmware for my wireless card?</title>
<body>

<p>
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 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 that 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>
<comment>(Restart wicd to pickup the interface)</comment>
# <i>rc-service wicd restart</i>
</pre>

</body>
</section>
<section id="bootspeed">
<title>Can I speed up the boot process?</title>
<body>

<p>
To speed up the boot try this at the boot prompt:
</p>

<pre caption="Faster boot">
# <i>gentoo-nofb nox</i>
<comment>(Once you are returned to the command line)</comment>
# <i>rc-service xdm start</i>
</pre>

</body>
</section>
<section id="persistence">
<title>How can I set up and enable persistence?</title>
<body>

<p>
For USB Linux users, a persistent Linux install is one that allows it's user to
save data changes back to the USB storage device instead of leaving the
information in system RAM. This data can then be recovered and used again on
subsequent boots, even when booting from different machines.
</p>

<p>
Booting with the 'persistence' boot option will allow you to retain your $HOME
changes on a separate removable device or if you have space left on the usb
that the image is booting from, you can then create a partition on there then:
</p>
<ul>
  <li>Create a FS (extfs,reiserfs,xfs etc..)</li>
  <li>Create an empty file named 'persistence-mode'</li>
</ul>

<p>
This partition will be used to create a loopback image that will allow
persistent data on reboots.
</p>

<p>
There is an optional boot parameter which can set the image size you wish for
$HOME which is persistence_mb=100 for example, will make a 100M size image for
your persistent data. The minimum requirement is 256M for now which is the
default setting.
</p>

</body>
</section>
<section id="packages">
<title>Is there a list of packages on the DVD?</title>
<body>

<p>
Yes:
</p>

<ul>
  <li>
    <uri link="12.0-hybrid-package-list.txt">12.0-hybrid-package-list</uri>
  </li>
  <li><uri link="12.0-amd64-package-list.txt">12.0-amd64-package-list</uri></li>
</ul>

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

<chapter>
<title>More Information</title>
<section id="more-info">
<title>What if my question has not been answered?</title>
<body>
  
<p>
Come join us on our IRC channel, #gentoo-ten. You can also help us fix some
bugs!
</p>

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






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

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

dabbott     11/12/22 21:21:39

  Modified:             faq.xml
  Log:
  FAQ for the Gentoo 12.0 LiveDVD

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faq.xml	22 Dec 2011 21:18:34 -0000	1.1
+++ faq.xml	22 Dec 2011 21:21:39 -0000	1.2
@@ -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/12.0/faq.xml,v 1.1 2011/12/22 21:18:34 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.2 2011/12/22 21:21:39 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -224,7 +224,7 @@
 
 <p>
 There is an optional boot parameter which can set the image size you wish for
-$HOME which is persistence_mb=100 for example, will make a 100M size image for
+$HOME which is persistence_mb=300 for example, will make a 300M size image for
 your persistent data. The minimum requirement is 256M for now which is the
 default setting.
 </p>






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

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

dabbott     11/12/22 21:25:36

  Modified:             faq.xml
  Log:
  removed link to package list

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq.xml	22 Dec 2011 21:21:39 -0000	1.2
+++ faq.xml	22 Dec 2011 21:25:36 -0000	1.3
@@ -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/12.0/faq.xml,v 1.2 2011/12/22 21:21:39 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.3 2011/12/22 21:25:36 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -21,7 +21,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1</version>
+<version>3</version>
 <date>2011-12-22</date>
 
 <faqindex>
@@ -238,14 +238,14 @@
 <p>
 Yes:
 </p>
-
+<!--
 <ul>
   <li>
     <uri link="12.0-hybrid-package-list.txt">12.0-hybrid-package-list</uri>
   </li>
   <li><uri link="12.0-amd64-package-list.txt">12.0-amd64-package-list</uri></li>
 </ul>
-
+-->
 </body>
 </section>
 </chapter>






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

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

dabbott     11/12/22 21:44:56

  Modified:             faq.xml
  Log:
  FAQ updated

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- faq.xml	22 Dec 2011 21:25:36 -0000	1.3
+++ faq.xml	22 Dec 2011 21:44:56 -0000	1.4
@@ -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/12.0/faq.xml,v 1.3 2011/12/22 21:25:36 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.4 2011/12/22 21:44:56 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -231,6 +231,7 @@
 
 </body>
 </section>
+<!--
 <section id="packages">
 <title>Is there a list of packages on the DVD?</title>
 <body>
@@ -238,16 +239,17 @@
 <p>
 Yes:
 </p>
-<!--
+
 <ul>
   <li>
     <uri link="12.0-hybrid-package-list.txt">12.0-hybrid-package-list</uri>
   </li>
   <li><uri link="12.0-amd64-package-list.txt">12.0-amd64-package-list</uri></li>
 </ul>
--->
+
 </body>
 </section>
+-->
 </chapter>
 
 <chapter>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/12.0: faq.xml
@ 2011-12-23 17:50 David Abbott (dabbott)
  0 siblings, 0 replies; 10+ messages in thread
From: David Abbott (dabbott) @ 2011-12-23 17:50 UTC (permalink / raw
  To: gentoo-commits

dabbott     11/12/23 17:50:42

  Modified:             faq.xml
  Log:
  added package list

Revision  Changes    Path
1.5                  xml/htdocs/proj/en/pr/releases/12.0/faq.xml

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faq.xml	22 Dec 2011 21:44:56 -0000	1.4
+++ faq.xml	23 Dec 2011 17:50:42 -0000	1.5
@@ -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/12.0/faq.xml,v 1.4 2011/12/22 21:44:56 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.5 2011/12/23 17:50:42 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -231,7 +231,6 @@
 
 </body>
 </section>
-<!--
 <section id="packages">
 <title>Is there a list of packages on the DVD?</title>
 <body>
@@ -242,14 +241,13 @@
 
 <ul>
   <li>
-    <uri link="12.0-hybrid-package-list.txt">12.0-hybrid-package-list</uri>
+    <uri link="X86_package_list.txt">12.0-hybrid-package-list</uri>
   </li>
-  <li><uri link="12.0-amd64-package-list.txt">12.0-amd64-package-list</uri></li>
+  <li><uri link="AMD64_package_list.txt">12.0-amd64-package-list</uri></li>
 </ul>
 
 </body>
 </section>
--->
 </chapter>
 
 <chapter>






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

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

dabbott     11/12/24 21:28:55

  Modified:             faq.xml
  Log:
  updated persistence section

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- faq.xml	23 Dec 2011 17:50:42 -0000	1.5
+++ faq.xml	24 Dec 2011 21:28:55 -0000	1.6
@@ -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/12.0/faq.xml,v 1.5 2011/12/23 17:50:42 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.6 2011/12/24 21:28:55 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>3</version>
-<date>2011-12-22</date>
+<version>4</version>
+<date>2011-12-24</date>
 
 <faqindex>
 <title>FAQ</title>
@@ -71,24 +71,6 @@
 
 </body>
 </section>
-
-<section id="options">
-<title>Boot options for the LiveDVD</title>
-<body>
-
-<p>
-The <uri
-link="12.0-README.txt">README</uri> lists
-the possible command line options that can be used to tweak the boot process of
-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>
@@ -152,6 +134,10 @@
 
 </body>
 </section>
+</chapter>
+
+<chapter>
+<title>Tips &amp; Tricks</title>
 <section id="wireless">
 <title>Can I install firmware for my wireless card?</title>
 <body>
@@ -180,22 +166,6 @@
 
 </body>
 </section>
-<section id="bootspeed">
-<title>Can I speed up the boot process?</title>
-<body>
-
-<p>
-To speed up the boot try this at the boot prompt:
-</p>
-
-<pre caption="Faster boot">
-# <i>gentoo-nofb nox</i>
-<comment>(Once you are returned to the command line)</comment>
-# <i>rc-service xdm start</i>
-</pre>
-
-</body>
-</section>
 <section id="persistence">
 <title>How can I set up and enable persistence?</title>
 <body>
@@ -212,6 +182,11 @@
 changes on a separate removable device or if you have space left on the usb
 that the image is booting from, you can then create a partition on there then:
 </p>
+
+<note>In my testing I ran out of space on a 4GB stick. I ended up using two 4GB
+  sticks, one for the image and one for persistence. I booted with the option
+  "persistence persistense_mb=2G", and all was well.</note> 
+
 <ul>
   <li>Create a FS (extfs,reiserfs,xfs etc..)</li>
   <li>Create an empty file named 'persistence-mode'</li>
@@ -236,7 +211,7 @@
 <body>
 
 <p>
-Yes:
+  <b>Yes:</b>
 </p>
 
 <ul>






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

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

dabbott     11/12/24 21:30:49

  Modified:             faq.xml
  Log:
  fixed spelling

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- faq.xml	24 Dec 2011 21:28:55 -0000	1.6
+++ faq.xml	24 Dec 2011 21:30:49 -0000	1.7
@@ -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/12.0/faq.xml,v 1.6 2011/12/24 21:28:55 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.7 2011/12/24 21:30:49 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -21,7 +21,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>4</version>
+<version>7</version>
 <date>2011-12-24</date>
 
 <faqindex>
@@ -185,7 +185,7 @@
 
 <note>In my testing I ran out of space on a 4GB stick. I ended up using two 4GB
   sticks, one for the image and one for persistence. I booted with the option
-  "persistence persistense_mb=2G", and all was well.</note> 
+  "persistence persistensce_mb=2G", and all was well.</note> 
 
 <ul>
   <li>Create a FS (extfs,reiserfs,xfs etc..)</li>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/12.0: faq.xml
@ 2012-01-04  2:47 David Abbott (dabbott)
  0 siblings, 0 replies; 10+ messages in thread
From: David Abbott (dabbott) @ 2012-01-04  2:47 UTC (permalink / raw
  To: gentoo-commits

dabbott     12/01/04 02:47:43

  Modified:             faq.xml
  Log:
  fixed bad link 'Your Gentoo LiveDVD Team'

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- faq.xml	24 Dec 2011 21:30:49 -0000	1.7
+++ faq.xml	4 Jan 2012 02:47:43 -0000	1.8
@@ -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/12.0/faq.xml,v 1.7 2011/12/24 21:30:49 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.8 2012/01/04 02:47:43 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>7</version>
-<date>2011-12-24</date>
+<version>8</version>
+<date>2012-01-03</date>
 
 <faqindex>
 <title>FAQ</title>
@@ -37,7 +37,7 @@
 </p>
 
 <p>
-<uri link="12.0-livedvd-team.txt"> Your Gentoo LiveDVD Team</uri>
+<uri link="CREDITS.txt"> Your Gentoo LiveDVD Team</uri>
 </p>
 
 <p>






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

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

dabbott     12/04/10 08:05:53

  Modified:             faq.xml
  Log:
  removed section on default passwords

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- faq.xml	4 Jan 2012 02:47:43 -0000	1.8
+++ faq.xml	10 Apr 2012 08:05:53 -0000	1.9
@@ -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/12.0/faq.xml,v 1.8 2012/01/04 02:47:43 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.9 2012/04/10 08:05:53 dabbott Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -21,8 +21,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>8</version>
-<date>2012-01-03</date>
+<version>9</version>
+<date>2012-04-10</date>
 
 <faqindex>
 <title>FAQ</title>
@@ -72,13 +72,9 @@
 </body>
 </section>
 <section id="default">
-<title>Default root and user password</title>
+<title>Root privilages</title>
 <body>
 
-<p>
-The default user and password are <c>gentoo</c>.
-</p>
-
 <pre caption="How do I become root?">
 $ <i>sudo su -</i>
 </pre>






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

* [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/12.0: faq.xml
@ 2012-10-03  1:36 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2012-10-03  1:36 UTC (permalink / raw
  To: gentoo-commits

jer         12/10/03 01:36:02

  Modified:             faq.xml
  Log:
  Spelling.

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

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

Index: faq.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- faq.xml	10 Apr 2012 08:05:53 -0000	1.9
+++ faq.xml	3 Oct 2012 01:36:02 -0000	1.10
@@ -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/12.0/faq.xml,v 1.9 2012/04/10 08:05:53 dabbott Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/pr/releases/12.0/faq.xml,v 1.10 2012/10/03 01:36:02 jer Exp $ -->
 
 <guide>
 <title>Gentoo 12.0 LiveDVD Frequently Asked Questions</title>
@@ -181,7 +181,7 @@
 
 <note>In my testing I ran out of space on a 4GB stick. I ended up using two 4GB
   sticks, one for the image and one for persistence. I booted with the option
-  "persistence persistensce_mb=2G", and all was well.</note> 
+  "persistence persistence_mb=2G", and all was well.</note> 
 
 <ul>
   <li>Create a FS (extfs,reiserfs,xfs etc..)</li>





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

end of thread, other threads:[~2012-10-03  1:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-22 21:18 [gentoo-commits] gentoo commit in xml/htdocs/proj/en/pr/releases/12.0: faq.xml David Abbott (dabbott)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-22 21:21 David Abbott (dabbott)
2011-12-22 21:25 David Abbott (dabbott)
2011-12-22 21:44 David Abbott (dabbott)
2011-12-23 17:50 David Abbott (dabbott)
2011-12-24 21:28 David Abbott (dabbott)
2011-12-24 21:30 David Abbott (dabbott)
2012-01-04  2:47 David Abbott (dabbott)
2012-04-10  8:05 David Abbott (dabbott)
2012-10-03  1:36 Jeroen Roovers (jer)

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