| … | |
… | |
| 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-ppc64-bootloader.xml,v 1.11 2005/01/15 13:16:13 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.12 2005/03/28 11:30:53 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.7</version> |
11 | <version>2.00</version> |
| 12 | <date>2005-01-15</date> |
12 | <date>2005-03-28</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> |
| … | |
… | |
| 250 | that one magical command you have been waiting for: <c>reboot</c>. |
250 | that one magical command you have been waiting for: <c>reboot</c>. |
| 251 | </p> |
251 | </p> |
| 252 | |
252 | |
| 253 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
253 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
| 254 | # <i>exit</i> |
254 | # <i>exit</i> |
| 255 | livecd ~# <i>cd</i> |
255 | ~# <i>cd</i> |
| 256 | livecd ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i> |
256 | ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i> |
| 257 | livecd ~# <i>reboot</i> |
257 | ~# <i>reboot</i> |
| 258 | </pre> |
258 | </pre> |
| 259 | |
259 | |
| 260 | <p> |
260 | <p> |
| 261 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
261 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
| 262 | booted again instead of your new Gentoo system. |
262 | booted again instead of your new Gentoo system. |