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="[EMAIL PROTECTED]">Ciaran 
McCreesh</mail></author>
+
+<author title="Author">
+  <mail link="[EMAIL PROTECTED]">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:



-- 
[email protected] mailing list

Reply via email to