| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
|
|
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.48 2011/03/16 07:45:13 nightmorph Exp $ --> |
| 3 | |
4 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
5 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
6 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
|
|
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-bootloader.xml,v 1.47 2010/07/21 01:28:29 nightmorph Exp $ --> |
|
|
| 8 | |
7 | |
| 9 | <sections> |
8 | <sections> |
| 10 | |
9 | |
| 11 | <abstract> |
10 | <abstract> |
| 12 | Several bootloaders exist. Each one of them has its own way of |
11 | Several bootloaders exist. Each one of them has its own way of |
| 13 | configuration. In this chapter we'll describe all possibilities for you |
12 | configuration. In this chapter we'll describe all possibilities for you |
| 14 | and step you through the process of configuring a bootloader to your |
13 | and step you through the process of configuring a bootloader to your |
| 15 | needs. |
14 | needs. |
| 16 | </abstract> |
15 | </abstract> |
| 17 | |
16 | |
| 18 | <version>10.1</version> |
17 | <version>10.2</version> |
| 19 | <date>2010-07-20</date> |
18 | <date>2011-03-16</date> |
| 20 | |
19 | |
| 21 | <section> |
20 | <section> |
| 22 | <title>Making your Choice</title> |
21 | <title>Making your Choice</title> |
| 23 | <subsection> |
22 | <subsection> |
| 24 | <title>Introduction</title> |
23 | <title>Introduction</title> |
| … | |
… | |
| 66 | again. |
65 | again. |
| 67 | </p> |
66 | </p> |
| 68 | |
67 | |
| 69 | <pre caption="Bind-mounting the device and sysfs filesystems"> |
68 | <pre caption="Bind-mounting the device and sysfs filesystems"> |
| 70 | # <i>exit </i> # this will exit the chroot |
69 | # <i>exit </i> # this will exit the chroot |
| 71 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
70 | # <i>mount --rbind /dev /mnt/gentoo/dev</i> |
| 72 | # <i>mount -o bind /sys /mnt/gentoo/sys</i> |
71 | # <i>mount --rbind /sys /mnt/gentoo/sys</i> |
| 73 | # <i>chroot /mnt/gentoo /bin/bash</i> |
72 | # <i>chroot /mnt/gentoo /bin/bash</i> |
| 74 | # <i>/usr/sbin/env-update && source /etc/profile </i> |
73 | # <i>/usr/sbin/env-update && source /etc/profile </i> |
| 75 | </pre> |
74 | </pre> |
| 76 | |
75 | |
| 77 | <p> |
76 | <p> |