* [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml
@ 2005-07-14 9:46 Shyam Mani
0 siblings, 0 replies; 6+ messages in thread
From: Shyam Mani @ 2005-07-14 9:46 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/07/14 09:46:38
Modified: xml/htdocs/doc/en gentoo-sparc-quickinstall.xml
Log:
Fixed improper GuideXML coding style. **No Content Change**
Revision Changes Path
1.14 +34 -22 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.14&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.14&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.13&r2=1.14&cvsroot=gentoo
Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gentoo-sparc-quickinstall.xml 14 Jul 2005 09:36:36 -0000 1.13
+++ gentoo-sparc-quickinstall.xml 14 Jul 2005 09:46:38 -0000 1.14
@@ -1,11 +1,14 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.13 2005/07/14 09:36:36 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.14 2005/07/14 09:46:38 fox2mike Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/gentoo-sparc-quickinstall.xml">
<title>Gentoo Linux Sparc Quick Install Reference</title>
-<author title="Author"><mail link="ciaranm@gentoo.org">Ciaran McCreesh</mail></author>
+
+<author title="Author">
+ <mail link="ciaranm@gentoo.org">Ciaran McCreesh</mail>
+</author>
<abstract>
The Quick install reference covers all details of the sparc install process in a
@@ -28,7 +31,8 @@
<p>
This guide is aimed at people who have prior experience of installing Gentoo
Linux. For more detailed instructions, please consult the <uri
-link="http://www.gentoo.org/doc/en/handbook">Gentoo Handbook</uri>.</p>
+link="http://www.gentoo.org/doc/en/handbook">Gentoo Handbook</uri>.
+</p>
<p>
The installation ISOs and netboot images are on the <uri link=
@@ -38,20 +42,23 @@
stages and some distfiles. The 'packages' CD contains additional precompiled
packages for GRP installs. The netboot images contain no stages and a subset of
the standard toolset (note that you will have to use <c>vi</c> instead of
-<c>nano</c> when netbooting).</p>
+<c>nano</c> when netbooting).
+</p>
<p>
Use <c>stop+A</c> (keyboard) or send a break (serial console) whilst booting to
enter OBP. Boot from either the universal or the minimal Gentoo CD using the
command <c>boot cdrom</c>, or from the netboot images using <c>boot net</c>.
Press return to use the default kernel, or hit tab to see a list of
-alternative kernels.</p>
+alternative kernels.
+</p>
<note>
For more information on OBP, see the <uri
link="/doc/en/gentoo-sparc-obpreference.xml">OpenBoot PROM (OBP)
Reference</uri> or consult Sun's "OpenBoot 3.x Command Reference" (P/N
-802-3242).</note>
+802-3242).
+</note>
<pre caption="Beginning settings">
# <i>date</i> (Make sure your time and date is correct. If wrong, set it with <i>date MMDDhhmmCCYY</i> )
@@ -67,18 +74,19 @@
</p>
<p>
-A separate /boot is not recommended for sparc. The root partition must be entirely within
-the first 1GByte of the disc for all sparc32 machines. The recommended filesystem is
-ext3. At least 512MBytes of RAM + swap is required for bootstrap and some larger compiles.</p>
+A separate /boot is not recommended for sparc. The root partition must be
+entirely within the first 1GByte of the disc for all sparc32 machines. The
+recommended filesystem is ext3. At least 512MBytes of RAM + swap is required for
+bootstrap and some larger compiles.
+</p>
+
<p>
-Initialise your partitions using <c>mke2fs</c> (Ext2), <c>mke2fs
--j</c> (Ext3) and <c>mkswap</c> (swap partition). For instance:
-<c>mke2fs -j /dev/sda1</c>.
+Initialise your partitions using <c>mke2fs</c> (Ext2), <c>mke2fs -j</c> (Ext3)
+and <c>mkswap</c> (swap partition). For instance: <c>mke2fs -j /dev/sda1</c>.
</p>
<p>
-Continue by mounting the partitions and extracting the appropriate stage
-file.
+Continue by mounting the partitions and extracting the appropriate stage file.
</p>
<pre caption="Preparing the Installation">
@@ -111,11 +119,13 @@
</pre>
<note>
-Suitable CFLAGS for Sparc systems are <c>-mcpu=your_cpu -O2 -pipe</c>, where <c>your_cpu</c> is
-one of <c>ultrasparc3</c>, <c>ultrasparc</c>, <c>v9</c> (64 bit systems) or <c>hypersparc</c>,
-<c>supersparc</c>, <c>v8</c> or <c>v7</c> (32 bit systems). The <c>-frename-registers</c> flag
-may also be of interest. Note that, unlike on x86 systems, <c>-fomit-frame-pointer</c> is not
-recommended.</note>
+Suitable CFLAGS for Sparc systems are <c>-mcpu=your_cpu -O2 -pipe</c>, where
+<c>your_cpu</c> is one of <c>ultrasparc3</c>, <c>ultrasparc</c>, <c>v9</c> (64
+bit systems) or <c>hypersparc</c>, <c>supersparc</c>, <c>v8</c> or <c>v7</c> (32
+bit systems). The <c>-frename-registers</c> flag may also be of interest. Note
+that, unlike on x86 systems, <c>-fomit-frame-pointer</c> is not
+recommended.
+</note>
<p>
Next we set up the necessary information:
@@ -177,9 +187,11 @@
(2.6.x kernels only: udev can be used in place of devfs) # <i>emerge udev</i>
</pre>
-<note>For more information on configuring udev, see the <uri
- link="/doc/en/udev-guide.xml">Gentoo udev Guide</uri>. Note that the
- <c>RC_DEVICE_TARBALL="no"</c> option is preferred on Sparc systems.</note>
+<note>
+For more information on configuring udev, see the <uri
+link="/doc/en/udev-guide.xml">Gentoo udev Guide</uri>. Note that the
+<c>RC_DEVICE_TARBALL="no"</c> option is preferred on Sparc systems.
+</note>
<p>
Finalise the settings for your Gentoo system:
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml
@ 2006-05-19 19:08 Xavier Neys
0 siblings, 0 replies; 6+ messages in thread
From: Xavier Neys @ 2006-05-19 19:08 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/05/19 19:08:19
Modified: gentoo-sparc-quickinstall.xml
Log:
Fixed mirrorselect cmd. (reported by weeve on #-doc)
Revision Changes Path
1.19 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.19&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.19&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gentoo-sparc-quickinstall.xml 18 May 2006 13:44:20 -0000 1.18
+++ gentoo-sparc-quickinstall.xml 19 May 2006 19:08:19 -0000 1.19
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.18 2006/05/18 13:44:20 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.19 2006/05/19 19:08:19 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.11</version>
-<date>2006-05-18</date>
+<version>1.12</version>
+<date>2006-05-19</date>
<chapter>
<title>Sparc Quick Install Reference</title>
@@ -98,7 +98,7 @@
( ... and extract) # <i>tar xvjpf stage*</i>
(Optional: unpack a portage tree) # <i>tar xvjf /mnt/cdrom/snapshots/portage-*.tar.bz2 -C /mnt/gentoo/usr</i>
(Optional: copy over distfiles) # <i>cp -R /mnt/cdrom/distfiles /mnt/gentoo/usr/portage/distfiles</i>
-(Select a mirror) # <i>mirrorselect -a -s4 -o | grep 'GENTOO_MIRRORS=' >> /mnt/gentoo/etc/make.conf</i>
+(Select a mirror) # <i>mirrorselect -s4 -o >> /mnt/gentoo/etc/make.conf</i>
(Copy over nameserver information) # <i>cp /etc/resolv.conf /mnt/gentoo/etc/resolv.conf</i>
(Mount the proc filesystem) # <i>mount -t proc none /mnt/gentoo/proc</i>
(Chroot into the new environment) # <i>chroot /mnt/gentoo /bin/bash</i>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml
@ 2006-05-18 13:44 Xavier Neys
0 siblings, 0 replies; 6+ messages in thread
From: Xavier Neys @ 2006-05-18 13:44 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 06/05/18 13:44:20
Modified: gentoo-sparc-quickinstall.xml
Log:
#132924 s/iface_eth0/config_eth0/
Revision Changes Path
1.18 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.18&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.18&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo
Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gentoo-sparc-quickinstall.xml 8 Jan 2006 18:22:15 -0000 1.17
+++ gentoo-sparc-quickinstall.xml 18 May 2006 13:44:20 -0000 1.18
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.17 2006/01/08 18:22:15 fox2mike Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.18 2006/05/18 13:44:20 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.10</version>
-<date>2006-01-08</date>
+<version>1.11</version>
+<date>2006-05-18</date>
<chapter>
<title>Sparc Quick Install Reference</title>
@@ -210,7 +210,7 @@
</pre>
<pre caption = "Set up Networking">
-(Setup networking; dhcp-users should set iface_eth0="dhcp") # <i>nano -w /etc/conf.d/net</i>
+(Setup networking; dhcp-users should set config_eth0="dhcp") # <i>nano -w /etc/conf.d/net</i>
(List modules to be loaded at startup) # <i>nano -w /etc/modules.autoload.d/kernel-<comment><version></comment></i>
(start networking automatically at boot) # <i>rc-update add net.eth0 default</i>
(Only if you have multiple network interfaces:)
@@ -260,4 +260,3 @@
</section>
</chapter>
</guide>
-
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml
@ 2006-01-08 18:22 Shyam Mani
0 siblings, 0 replies; 6+ messages in thread
From: Shyam Mani @ 2006-01-08 18:22 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 06/01/08 18:22:15
Modified: xml/htdocs/doc/en gentoo-sparc-quickinstall.xml
Log:
s/development-sources/gentoo-sources, vanilla-sources. Thanks to Borges for reporting.
Revision Changes Path
1.17 +7 -6 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo
Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gentoo-sparc-quickinstall.xml 21 Dec 2005 14:43:46 -0000 1.16
+++ gentoo-sparc-quickinstall.xml 8 Jan 2006 18:22:15 -0000 1.17
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.16 2005/12/21 14:43:46 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.17 2006/01/08 18:22:15 fox2mike Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.9</version>
-<date>2005-12-21</date>
+<version>1.10</version>
+<date>2006-01-08</date>
<chapter>
<title>Sparc Quick Install Reference</title>
@@ -154,9 +154,10 @@
<p>
Continue by installing the Linux kernel. Available kernel packages for Sparc
-are <c>sparc-sources</c> (2.4) and <c>development-sources</c> (2.6). The
-<c>ultra1</c> USE flag should be set on Ultra 1 and Netra i 1 "Enterprise" and
-"Creator" models for proper support for the onboard HME Ethernet controller.
+are <c>sparc-sources</c> (2.4) and <c>gentoo-sources</c>,
+<c>vanilla-sources</c> (2.6). The <c>ultra1</c> USE flag should be set on Ultra
+1 and Netra i 1 "Enterprise" and "Creator" models for proper support for the
+onboard HME Ethernet controller.
</p>
<pre caption="Installing the Kernel">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml
@ 2005-12-21 14:43 Jan Kundrat
0 siblings, 0 replies; 6+ messages in thread
From: Jan Kundrat @ 2005-12-21 14:43 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 05/12/21 14:43:46
Modified: xml/htdocs/doc/en gentoo-sparc-quickinstall.xml
Log:
#110038, Do not symlink /etc/localtime, copy the file instead
Revision Changes Path
1.16 +7 -5 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.16&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.16&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.15&r2=1.16&cvsroot=gentoo
Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gentoo-sparc-quickinstall.xml 6 Oct 2005 19:13:03 -0000 1.15
+++ gentoo-sparc-quickinstall.xml 21 Dec 2005 14:43:46 -0000 1.16
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.15 2005/10/06 19:13:03 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.16 2005/12/21 14:43:46 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -20,8 +20,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1.8</version>
-<date>2005-10-06</date>
+<version>1.9</version>
+<date>2005-12-21</date>
<chapter>
<title>Sparc Quick Install Reference</title>
@@ -132,8 +132,10 @@
</p>
<pre caption = "Setting up Configuration Files">
-(Set timezone information) # <i>ln -sf /usr/share/zoneinfo/<comment><path to time zone file></comment> /etc/localtime</i>
-(Edit fstab file) # <i>nano -w /etc/fstab</i>
+<comment>(Set timezone information)</comment>
+# <i>cp /usr/share/zoneinfo/<comment><path to time zone file></comment> /etc/localtime</i>
+<comment>(Edit fstab file)</comment>
+# <i>nano -w /etc/fstab</i>
</pre>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml
@ 2005-07-14 9:36 Shyam Mani
0 siblings, 0 replies; 6+ messages in thread
From: Shyam Mani @ 2005-07-14 9:36 UTC (permalink / raw
To: gentoo-doc-cvs
fox2mike 05/07/14 09:36:36
Modified: xml/htdocs/doc/en gentoo-sparc-quickinstall.xml
Log:
#98957 - Fixed a typo. Thanks to Jack for reporting. Also added CC-BY-SA comment.
Revision Changes Path
1.13 +5 -3 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.13&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.13&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml.diff?r1=1.12&r2=1.13&cvsroot=gentoo
Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gentoo-sparc-quickinstall.xml 7 Feb 2005 19:12:49 -0000 1.12
+++ gentoo-sparc-quickinstall.xml 14 Jul 2005 09:36:36 -0000 1.13
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.12 2005/02/07 19:12:49 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.13 2005/07/14 09:36:36 fox2mike Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
@@ -13,10 +13,12 @@
installing Gentoo Linux if they want to follow this guide.
</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.7</version>
-<date>2005-02-07</date>
+<date>2005-07-14</date>
<chapter>
<title>Sparc Quick Install Reference</title>
@@ -65,7 +67,7 @@
</p>
<p>
-A seperate /boot is not recommended for sparc. The root partition must be entirely within
+A separate /boot is not recommended for sparc. The root partition must be entirely within
the first 1GByte of the disc for all sparc32 machines. The recommended filesystem is
ext3. At least 512MBytes of RAM + swap is required for bootstrap and some larger compiles.</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-05-19 19:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-14 9:46 [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml Shyam Mani
-- strict thread matches above, loose matches on Subject: below --
2006-05-19 19:08 Xavier Neys
2006-05-18 13:44 Xavier Neys
2006-01-08 18:22 Shyam Mani
2005-12-21 14:43 Jan Kundrat
2005-07-14 9:36 Shyam Mani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox