Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 11/03/23 09:16:01
Modified: hb-install-mips-bootloader.xml
Log:
update all language handbooks for the correct CoLo boot instructions on MIPS, bug 358157. I included the revbump, too.
Revision Changes Path
1.22 xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?r1=1.21&r2=1.22
Index: hb-install-mips-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hb-install-mips-bootloader.xml 27 Jul 2010 22:54:33 -0000 1.21
+++ hb-install-mips-bootloader.xml 23 Mar 2011 09:16:01 -0000 1.22
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 1.21 2010/07/27 22:54:33 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 1.22 2011/03/23 09:16:01 nightmorph Exp $ -->
<sections>
@@ -14,8 +14,8 @@
arcboot/arcload (for SGI machines) and colo for Cobalt servers.
</abstract>
-<version>10.0</version>
-<date>2010-07-27</date>
+<version>10.1</version>
+<date>2011-03-23</date>
<section id="sgi">
<title>Silicon Graphics Machines -- Setting Up arcload</title>
@@ -265,7 +265,7 @@
<pre caption="A basic default.colo">
<comment>#:CoLo:#</comment>
-mount sda1
+mount hda1
load /kernel.gz.working
execute root=/dev/sda3 ro console=ttyS0,115200
</pre>
@@ -289,8 +289,8 @@
<pre caption="Menu-based configuration">
<comment>#:CoLo:#</comment>
-lcd "Mounting sda1"
-mount sda1
+lcd "Mounting hda1"
+mount hda1
select "Which Kernel?" 50 Working New
goto {menu-option}
|
|