* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-bootloader.xml
@ 2011-03-23 9:16 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 2+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-03-23 9:16 UTC (permalink / raw
To: 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}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-bootloader.xml
@ 2014-04-12 6:02 Sven Vermeulen (swift)
0 siblings, 0 replies; 2+ messages in thread
From: Sven Vermeulen (swift) @ 2014-04-12 6:02 UTC (permalink / raw
To: gentoo-doc-cvs
swift 14/04/12 06:02:52
Modified: hb-install-mips-bootloader.xml
Log:
Fix bug #496826 - Do not refer to arcboot, thanks to Vladimir Romanov
Revision Changes Path
1.24 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.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?r1=1.23&r2=1.24
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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-install-mips-bootloader.xml 9 May 2011 19:47:22 -0000 1.23
+++ hb-install-mips-bootloader.xml 12 Apr 2014 06:02:52 -0000 1.24
@@ -4,18 +4,18 @@
<!-- 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.23 2011/05/09 19:47:22 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 1.24 2014/04/12 06:02:52 swift Exp $ -->
<sections>
<abstract>
On both Silicon Graphics machines, and on Cobalt servers, both require the use
of a bootloader to load the kernel. This section covers setting up
-arcboot/arcload (for SGI machines) and colo for Cobalt servers.
+arcload (for SGI machines) and colo for Cobalt servers.
</abstract>
-<version>11</version>
-<date>2011-05-09</date>
+<version>12</version>
+<date>2014-04-12</date>
<section id="sgi">
<title>Silicon Graphics Machines -- Setting Up arcload</title>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-12 6:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23 9:16 [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-bootloader.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2014-04-12 6:02 Sven Vermeulen (swift)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox