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-sparc-bootloader.xml
Date: Thu, 29 Jul 2010 20:48:59
Message-Id: 20100729204856.D0E092CE15@corvid.gentoo.org
1 scen 10/07/29 20:48:56
2
3 Modified: hb-install-sparc-bootloader.xml
4 Log:
5 Version 4.1, revision 1.23 of EN CVS
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/it/handbook/hb-install-sparc-bootloader.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-sparc-bootloader.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-sparc-bootloader.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-sparc-bootloader.xml?r1=1.11&r2=1.12
13
14 Index: hb-install-sparc-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-sparc-bootloader.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- hb-install-sparc-bootloader.xml 1 Apr 2008 23:14:51 -0000 1.11
21 +++ hb-install-sparc-bootloader.xml 29 Jul 2010 20:48:56 -0000 1.12
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-sparc-bootloader.xml,v 1.11 2008/04/01 23:14:51 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-sparc-bootloader.xml,v 1.12 2010/07/29 20:48:56 scen Exp $ -->
28
29 <sections>
30
31 -<version>3.0</version>
32 -<date>2008-04-01</date>
33 +<version>4.1</version>
34 +<date>2010-07-20</date>
35
36 <section>
37 <title>La scelta</title>
38 @@ -37,7 +37,7 @@
39 link="http://www.sparc-boot.org">SILO</uri>, Sparc Improved boot LOader.
40 </p>
41
42 -<pre caption = "Installare SILO">
43 +<pre caption="Installare SILO">
44 # <i>emerge silo</i>
45 </pre>
46
47 @@ -46,7 +46,7 @@
48 <path>/etc/silo.conf</path>.
49 </p>
50
51 -<pre caption = "Creare /etc/silo.conf">
52 +<pre caption="Creare /etc/silo.conf">
53 # <i>nano -w /etc/silo.conf</i>
54 </pre>
55
56 @@ -56,12 +56,12 @@
57 <path>kernel-<keyval id="kernel-version"/></path>.
58 </p>
59
60 -<pre caption = "Esempio di /etc/silo.conf">
61 +<pre caption="Esempio di /etc/silo.conf">
62 partition = 1 <comment># Partizione boot (= partizione root)</comment>
63 root = /dev/sda1 <comment># Partizione root</comment>
64 timeout = 150 <comment># Aspetta 15 secondi prima di avviare la sezione di default</comment>
65
66 -image = /boot/kernel-<keyval id="kernel-version"/>
67 +image = /boot/kernel-<keyval id="kernel-name"/>
68 label = linux
69 </pre>
70
71 @@ -78,7 +78,7 @@
72 configurazione in <path>/boot</path> e eseguire <c>/sbin/silo</c>:
73 </p>
74
75 -<pre caption = "Solo se /boot e la destinazione di SILO non sono sullo stesso
76 +<pre caption="Solo se /boot e la destinazione di SILO non sono sullo stesso
77 disco">
78 # <i>cp /etc/silo.conf /boot</i>
79 # <i>/sbin/silo -C /boot/silo.conf</i>
80 @@ -89,7 +89,7 @@
81 Altrimenti, eseguire solo <c>/sbin/silo</c>:
82 </p>
83
84 -<pre caption = "Eseguire silo">
85 +<pre caption="Eseguire silo">
86 # <i>/sbin/silo</i>
87 /etc/silo.conf appears to be valid
88 </pre>