| … | |
… | |
| 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-config.xml,v 1.59 2005/04/21 13:27:19 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.60 2005/04/29 15:30:23 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.2</version> |
11 | <version>2.2</version> |
| 12 | <date>2005-04-20</date> |
12 | <date>2005-04-20</date> |
| … | |
… | |
| 504 | <note> |
504 | <note> |
| 505 | The following section applies to the IBM POWER5 and JS20 hardware platforms. |
505 | The following section applies to the IBM POWER5 and JS20 hardware platforms. |
| 506 | </note> |
506 | </note> |
| 507 | |
507 | |
| 508 | <p> |
508 | <p> |
| 509 | If you are running gentoo in an LPAR or on a JS20 blade, you must uncomment |
509 | If you are running Gentoo in an LPAR or on a JS20 blade, you must uncomment |
| 510 | the hvc line in /etc/inittab for the virtual console to spawn a login prompt. |
510 | the hvc line in /etc/inittab for the virtual console to spawn a login prompt. |
| 511 | </p> |
511 | </p> |
| 512 | |
512 | |
| 513 | <pre caption="Enabling hvc support in /etc/inittab"> |
513 | <pre caption="Enabling hvc support in /etc/inittab"> |
| 514 | hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220 |
514 | hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220 |