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