| … | |
… | |
| 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-alpha-bootloader.xml,v 1.7 2004/09/19 19:49:17 vapier Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-bootloader.xml,v 1.8 2004/09/24 12:08:44 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Making your Choice</title> |
11 | <title>Making your Choice</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 162 | that one magical command you have been waiting for: <c>reboot</c>. |
162 | that one magical command you have been waiting for: <c>reboot</c>. |
| 163 | </p> |
163 | </p> |
| 164 | |
164 | |
| 165 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
165 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
| 166 | # <i>exit</i> |
166 | # <i>exit</i> |
|
|
167 | cdimage ~# <i>cd</i> |
| 167 | cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i> |
168 | cdimage ~# <i>umount /mnt/gentoo/boot /mnt/gentoo/proc /mnt/gentoo</i> |
| 168 | cdimage ~# <i>reboot</i> |
169 | cdimage ~# <i>reboot</i> |
| 169 | </pre> |
170 | </pre> |
| 170 | |
171 | |
| 171 | <p> |
172 | <p> |