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-hppa-bootloader.xml
Date: Tue, 27 Jul 2010 21:22:48
Message-Id: 20100727212246.4C93F2CE15@corvid.gentoo.org
1 scen 10/07/27 21:22:46
2
3 Modified: hb-install-hppa-bootloader.xml
4 Log:
5 Version 10.0, revision 1.18 of EN CVS
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/it/handbook/hb-install-hppa-bootloader.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-bootloader.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-bootloader.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-bootloader.xml?r1=1.9&r2=1.10
13
14 Index: hb-install-hppa-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-bootloader.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- hb-install-hppa-bootloader.xml 1 Apr 2008 23:14:51 -0000 1.9
21 +++ hb-install-hppa-bootloader.xml 27 Jul 2010 21:22:46 -0000 1.10
22 @@ -4,20 +4,20 @@
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-hppa-bootloader.xml,v 1.9 2008/04/01 23:14:51 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-hppa-bootloader.xml,v 1.10 2010/07/27 21:22:46 scen Exp $ -->
28
29 <sections>
30
31 -<version>9.0</version>
32 -<date>2008-04-01</date>
33 +<version>10.0</version>
34 +<date>2010-07-19</date>
35
36 <section>
37 <title>Installare PALO</title>
38 <body>
39
40 <p>
41 -Sulla piattaforma PA-RISC, il bootloader è chiamato palo. Prima si dovrebbe
42 -effettuare un emerge di palo.
43 +Sulla piattaforma PA-RISC, il bootloader è chiamato <c>palo</c>. Come prima
44 +cosa bisogna installarlo nella propria macchina.
45 </p>
46
47 <pre caption="Installare palo">
48 @@ -29,7 +29,7 @@
49 un esempio di configurazione:
50 </p>
51
52 -<pre caption = "Esempio di /etc/palo.conf">
53 +<pre caption="Esempio di /etc/palo.conf">
54 --commandline=2/<keyval id="kernel-name"/> root=/dev/sda4
55 --recoverykernel=/vmlinux.old
56 --init-partitioned=/dev/sda
57 @@ -52,7 +52,7 @@
58 Dopo aver finito la configurazione, eseguire <c>palo</c>.
59 </p>
60
61 -<pre caption = "Applicare la configurazione di PALO">
62 +<pre caption="Applicare la configurazione di PALO">
63 # <i>palo</i>
64 </pre>