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-commits
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.13 xml/htdocs/doc/de/handbook/hb-install-mips-bootloader.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-mips-bootloader.xml?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-mips-bootloader.xml?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/de/handbook/hb-install-mips-bootloader.xml?r1=1.12&r2=1.13
Index: hb-install-mips-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-mips-bootloader.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hb-install-mips-bootloader.xml 26 Mar 2010 20:01:28 -0000 1.12
+++ hb-install-mips-bootloader.xml 23 Mar 2011 09:16:01 -0000 1.13
@@ -4,12 +4,12 @@
<!-- 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/de/handbook/hb-install-mips-bootloader.xml,v 1.12 2010/03/26 20:01:28 keytoaster Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/de/handbook/hb-install-mips-bootloader.xml,v 1.13 2011/03/23 09:16:01 nightmorph Exp $ -->
<sections>
-<version>9.1</version>
-<date>2008-05-02</date>
+<version>9.2</version>
+<date>2011-03-23</date>
<section id="sgi">
<title>Silicon Graphics Computer -- Einrichtung von arcload</title>
@@ -267,7 +267,7 @@
<pre caption="Ein Beispiel einer default.colo">
<comment>#:CoLo:#</comment>
-mount sda1
+mount hda1
load /kernel.gz.working
execute root=/dev/sda3 ro console=ttyS0,115200
</pre>
@@ -292,8 +292,8 @@
<pre caption="MenĂ¼-basierte Konfiguration">
<comment>#:CoLo:#</comment>
-lcd "Mounting sda1"
-mount sda1
+lcd "Mounting hda1"
+mount hda1
select "Welcher Kernel?" 50 Working New
goto {menu-option}
|
|