| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $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 $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.15 2005/11/24 17:26:10 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.1</version> |
11 | <version>2.2</version> |
| 12 | <date>2005-08-23</date> |
12 | <date>2005-11-24</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Making your Choice</title> |
15 | <title>Making your Choice</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Introduction</title> |
17 | <title>Introduction</title> |
| … | |
… | |
| 51 | </pre> |
51 | </pre> |
| 52 | |
52 | |
| 53 | <p> |
53 | <p> |
| 54 | Below you'll find an example <path>silo.conf</path> file. It uses the |
54 | Below you'll find an example <path>silo.conf</path> file. It uses the |
| 55 | partitioning scheme we use throughout this book and |
55 | partitioning scheme we use throughout this book and |
| 56 | <path>kernel-2.4.29</path> as kernelimage. |
56 | <path>kernel-2.4.31</path> as kernelimage. |
| 57 | </p> |
57 | </p> |
| 58 | |
58 | |
| 59 | <pre caption = "Example /etc/silo.conf"> |
59 | <pre caption = "Example /etc/silo.conf"> |
| 60 | partition = 1 <comment># Boot partition (= root partition)</comment> |
60 | partition = 1 <comment># Boot partition (= root partition)</comment> |
| 61 | root = /dev/sda1 <comment># Root partition</comment> |
61 | root = /dev/sda1 <comment># Root partition</comment> |
| 62 | timeout = 150 <comment># Wait 15 seconds before booting the default section</comment> |
62 | timeout = 150 <comment># Wait 15 seconds before booting the default section</comment> |
| 63 | |
63 | |
| 64 | image = /boot/kernel-2.4.29 |
64 | image = /boot/kernel-2.4.31 |
| 65 | label = linux |
65 | label = linux |
| 66 | </pre> |
66 | </pre> |
| 67 | |
67 | |
| 68 | <p> |
68 | <p> |
| 69 | If you use the example <path>silo.conf</path> delivered by Portage, be |
69 | If you use the example <path>silo.conf</path> delivered by Portage, be |