… | |
… | |
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.8 2004/12/22 20:47:29 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-bootloader.xml,v 1.9 2004/12/22 21:02:00 swift Exp $ --> |
8 | |
8 | |
9 | <sections> |
9 | <sections> |
10 | |
10 | |
11 | <version>1.5</version> |
11 | <version>1.6</version> |
12 | <date>2004-12-22</date> |
12 | <date>2004-12-22</date> |
13 | |
13 | |
14 | <section> |
14 | <section> |
15 | <title>Making your Choice</title> |
15 | <title>Making your Choice</title> |
16 | <subsection> |
16 | <subsection> |
… | |
… | |
237 | that one magical command you have been waiting for: <c>reboot</c>. |
237 | that one magical command you have been waiting for: <c>reboot</c>. |
238 | </p> |
238 | </p> |
239 | |
239 | |
240 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
240 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
241 | # <i>exit</i> |
241 | # <i>exit</i> |
242 | cdimage ~# <i>cd</i> |
242 | livecd ~# <i>cd</i> |
243 | cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i> |
243 | livecd ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo/dev /mnt/gentoo</i> |
244 | cdimage ~# <i>reboot</i> |
244 | livecd ~# <i>reboot</i> |
245 | </pre> |
245 | </pre> |
246 | |
246 | |
247 | <p> |
247 | <p> |
248 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
248 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
249 | booted again instead of your new Gentoo system. |
249 | booted again instead of your new Gentoo system. |