Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook: hb-install-mips-bootloader.xml
Date: Mon, 05 May 2008 20:22:40
Message-Id: E1Jt7Cm-0007Gu-Ga@stork.gentoo.org
1 scen 08/05/05 20:22:36
2
3 Modified: hb-install-mips-bootloader.xml
4 Log:
5 Version 9.1, revision 1.20 of EN CVS
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/it/handbook/hb-install-mips-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-bootloader.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-bootloader.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-bootloader.xml?r1=1.10&r2=1.11
13
14 Index: hb-install-mips-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-bootloader.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- hb-install-mips-bootloader.xml 1 Apr 2008 23:14:51 -0000 1.10
21 +++ hb-install-mips-bootloader.xml 5 May 2008 20:22:36 -0000 1.11
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-bootloader.xml,v 1.10 2008/04/01 23:14:51 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-mips-bootloader.xml,v 1.11 2008/05/05 20:22:36 scen Exp $ -->
28
29 <sections>
30
31 -<version>9.0</version>
32 -<date>2008-04-01</date>
33 +<version>9.1</version>
34 +<date>2008-05-02</date>
35
36 <section id="sgi">
37 <title>Macchine Silicon Graphics: Impostare arcload</title>
38 @@ -250,9 +250,9 @@
39
40 <pre caption="default.colo di base">
41 <comment>#:CoLo:#</comment>
42 -mount hda1
43 +mount sda1
44 load /kernel.gz.working
45 -execute root=/dev/hda3 ro console=ttyS0,115200
46 +execute root=/dev/sda3 ro console=ttyS0,115200
47 </pre>
48
49 <note>
50 @@ -274,8 +274,8 @@
51 <pre caption="Configurazione basata sul menu">
52 <comment>#:CoLo:#</comment>
53
54 -lcd "Mounting hda1"
55 -mount hda1
56 +lcd "Mounting sda1"
57 +mount sda1
58 select "Which Kernel?" 50 Working New
59
60 goto {menu-option}
61 @@ -288,7 +288,7 @@
62 @lcd "Loading Linux" {image-name}
63 load /{image-name}
64 lcd "Booting..."
65 -execute root=/dev/hda5 ro console=ttyS0,115200
66 +execute root=/dev/sda5 ro console=ttyS0,115200
67 boot
68 </pre>
69
70 @@ -569,4 +569,4 @@
71 </body>
72 </subsection>
73 </section>
74 -</sections>
75 \ No newline at end of file
76 +</sections>
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list