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-arm-bootloader.xml
Date: Mon, 05 May 2008 20:08:50
Message-Id: E1Jt6zP-00070K-Ae@stork.gentoo.org
1 scen 08/05/05 20:08:47
2
3 Modified: hb-install-arm-bootloader.xml
4 Log:
5 Version 9.1, revision 1.5 of EN CVS
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/it/handbook/hb-install-arm-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-bootloader.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-bootloader.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-bootloader.xml?r1=1.3&r2=1.4
13
14 Index: hb-install-arm-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-bootloader.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-arm-bootloader.xml 1 Apr 2008 23:14:51 -0000 1.3
21 +++ hb-install-arm-bootloader.xml 5 May 2008 20:08:46 -0000 1.4
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-arm-bootloader.xml,v 1.3 2008/04/01 23:14:51 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-arm-bootloader.xml,v 1.4 2008/05/05 20:08:46 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>
37 <title>La scelta</title>
38 @@ -131,7 +131,7 @@
39 </p>
40
41 <pre caption="Installazione del kernel su flash">
42 -# <i>nwlilo /boot/zImage "root=/dev/hda2 video=cyber2000fb"</i>
43 +# <i>nwlilo /boot/zImage "root=/dev/sda2 video=cyber2000fb"</i>
44 </pre>
45
46 <p>
47 @@ -140,14 +140,14 @@
48 copiato il kernel, riavviare la macchina e configurare NeTTrom interattivamente.
49 Basta fermare il processo di avvio premendo <c>*</c> due volte e poi invio.
50 Nell'esempio che segue si assume che la partizione ext2 di boot sia
51 -<path>/dev/hda1</path> mentre la partizione di root sia <path>/dev/hda3</path>.
52 +<path>/dev/sda1</path> mentre la partizione di root sia <path>/dev/sda3</path>.
53 </p>
54
55 <pre caption="Configurazione di NeTTrom">
56 NeTTrom> <i>load-defaults</i>
57 NeTTrom> <i>setenv kernconfig fs</i>
58 -NeTTrom> <i>setenv kerndev /dev/hda1</i>
59 -NeTTrom> <i>setenv rootdev /dev/hda3</i>
60 +NeTTrom> <i>setenv kerndev /dev/sda1</i>
61 +NeTTrom> <i>setenv rootdev /dev/sda3</i>
62 NeTTrom> <i>setenv kernfile /boot/vmlinux</i>
63 NeTTrom> <i>setenv cmdappend [custom kernel cmdline settings]</i>
64 NeTTrom> <i>save-all</i>
65 @@ -262,4 +262,4 @@
66 </body>
67 </subsection>
68 </section>
69 -</sections>
70 \ No newline at end of file
71 +</sections>
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list