| … | |
… | |
| 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/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.11 2005/01/04 18:11:21 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.12 2005/01/21 09:00:23 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.7</version> |
11 | <version>1.8</version> |
| 12 | <date>2004-09-24</date> |
12 | <date>2005-01-21</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> |
| … | |
… | |
| 55 | partitioning scheme we use throughout this book and |
55 | partitioning scheme we use throughout this book and |
| 56 | <path>kernel-2.4.24</path> as kernelimage. |
56 | <path>kernel-2.4.24</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</comment> |
60 | partition = 1 <comment># Boot partition (= root partition)</comment> |
| 61 | root = /dev/hda4 <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.24 |
64 | image = /boot/kernel-2.4.24 |
| 65 | label = linux |
65 | label = linux |
| 66 | </pre> |
66 | </pre> |