Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
Date: Tue, 23 Aug 2005 20:49:33
Message-Id: 200508232048.j7NKmRqA027988@robin.gentoo.org
1 neysx 05/08/23 20:49:05
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1
4 hb-install-sparc-bootloader.xml
5 Log:
6 #103508 copy silo.conf when /boot is *not* on same disk
7
8 Revision Changes Path
9 1.3 +6 -6 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml
10
11 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
12 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
13 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
14
15 Index: hb-install-sparc-bootloader.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hb-install-sparc-bootloader.xml 8 Aug 2005 13:24:46 -0000 1.2
22 +++ hb-install-sparc-bootloader.xml 23 Aug 2005 20:49:05 -0000 1.3
23 @@ -2,14 +2,14 @@
24 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
25
26 <!-- The content of this document is licensed under the CC-BY-SA license -->
27 -<!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
28 +<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
29
30 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
31 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-bootloader.xml,v 1.3 2005/08/23 20:49:05 neysx Exp $ -->
32
33 <sections>
34
35 -<version>5.0</version>
36 -<date>2005-08-08</date>
37 +<version>5.1</version>
38 +<date>2005-08-23</date>
39
40 <section>
41 <title>Making your Choice</title>
42 @@ -59,7 +59,7 @@
43 <pre caption = "Example /etc/silo.conf">
44 partition = 1 <comment># Boot partition (= root partition)</comment>
45 root = /dev/sda1 <comment># Root partition</comment>
46 -timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
47 +timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
48
49 image = /boot/kernel-2.4.29
50 label = linux
51 @@ -78,7 +78,7 @@
52 configuration file to <path>/boot</path> and run <c>/sbin/silo</c>:
53 </p>
54
55 -<pre caption = "Only if /boot and the SILO destination are on the same disk">
56 +<pre caption = "Only if /boot and the SILO destination are not on the same disk">
57 # <i>cp /etc/silo.conf /boot</i>
58 # <i>/sbin/silo -C /boot/silo.conf</i>
59 /boot/silo.conf appears to be valid
60
61
62
63 --
64 gentoo-doc-cvs@g.o mailing list