Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-sparc-bootloader.xml
Date: Mon, 02 Apr 2007 01:08:33
Message-Id: E1HYB1w-0002Hr-D9@stork.gentoo.org
1 nightmorph 07/04/02 01:08:20
2
3 Modified: hb-install-sparc-bootloader.xml
4 Log:
5 conditionals
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-sparc-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-sparc-bootloader.xml 19 Mar 2007 20:37:28 -0000 1.1
21 +++ hb-install-sparc-bootloader.xml 2 Apr 2007 01:08:20 -0000 1.2
22 @@ -4,11 +4,11 @@
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/en/handbook/2007.0/hb-install-sparc-bootloader.xml,v 1.1 2007/03/19 20:37:28 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml,v 1.2 2007/04/02 01:08:20 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.0</version>
32 +<version>8.0</version>
33 <date>2006-08-30</date>
34
35 <section>
36 @@ -53,7 +53,7 @@
37 <p>
38 Below you'll find an example <path>silo.conf</path> file. It uses the
39 partitioning scheme we use throughout this book and
40 -<path>kernel-2.4.31</path> as kernelimage.
41 +<path>kernel-<keyval id="kernel-version"/></path> as kernelimage.
42 </p>
43
44 <pre caption = "Example /etc/silo.conf">
45 @@ -61,7 +61,7 @@
46 root = /dev/sda1 <comment># Root partition</comment>
47 timeout = 150 <comment># Wait 15 seconds before booting the default section</comment>
48
49 -image = /boot/kernel-2.4.31
50 +image = /boot/kernel-<keyval id="kernel-version"/>
51 label = linux
52 </pre>
53
54
55
56
57 --
58 gentoo-doc-cvs@g.o mailing list