| … | |
… | |
| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.23 2010/07/21 01:43:22 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-bootloader.xml,v 1.24 2011/05/09 19:47:22 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>4.1</version> |
11 | <version>5</version> |
| 12 | <date>2010-07-20</date> |
12 | <date>2011-05-09</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> |
| … | |
… | |
| 115 | </p> |
115 | </p> |
| 116 | |
116 | |
| 117 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
117 | <pre caption="Exiting the chroot, unmounting all partitions and rebooting"> |
| 118 | # <i>exit</i> |
118 | # <i>exit</i> |
| 119 | cdimage ~# <i>cd</i> |
119 | cdimage ~# <i>cd</i> |
| 120 | cdimage ~# <i>umount /mnt/gentoo/usr /mnt/gentoo/home /mnt/gentoo/var</i> |
120 | cdimage ~# <i>umount -l /mnt/gentoo/dev{/shm,/pts,}</i> |
| 121 | cdimage ~# <i>umount /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo</i> |
121 | cdimage ~# <i>umount -l /mnt/gentoo{/usr,/home,/var,/proc,}</i> |
| 122 | cdimage ~# <i>reboot</i> |
122 | cdimage ~# <i>reboot</i> |
| 123 | </pre> |
123 | </pre> |
| 124 | |
124 | |
| 125 | <p> |
125 | <p> |
| 126 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |
126 | Of course, don't forget to remove the bootable CD, otherwise the CD will be |