| … | |
… | |
| 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-x86+amd64-bootloader.xml,v 1.17 2010/01/10 18:18:21 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.18 2010/04/06 03:56:02 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>6.6</version> |
11 | <version>6.6</version> |
| 12 | <date>2010-01-01</date> |
12 | <date>2010-01-01</date> |
| … | |
… | |
| 280 | |
280 | |
| 281 | <p> |
281 | <p> |
| 282 | If you need to pass any additional options to the kernel, simply add them to the |
282 | If you need to pass any additional options to the kernel, simply add them to the |
| 283 | end of the kernel command. We're already passing one option |
283 | end of the kernel command. We're already passing one option |
| 284 | (<c>root=/dev/sda3</c> or <c>real_root=/dev/sda3</c>), but you can pass others |
284 | (<c>root=/dev/sda3</c> or <c>real_root=/dev/sda3</c>), but you can pass others |
| 285 | as well, such as the <c>video</c>> statement for framebuffer as we discussed |
285 | as well, such as the <c>video</c> statement for framebuffer as we discussed |
| 286 | previously. |
286 | previously. |
| 287 | </p> |
287 | </p> |
| 288 | |
288 | |
| 289 | <p> |
289 | <p> |
| 290 | If your bootloader configuration file contains the real_root parameter, use the |
290 | If your bootloader configuration file contains the real_root parameter, use the |