| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.71 2007/02/23 11:21:59 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.72 2007/04/03 18:20:23 jkt Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/altinstall.xml"> |
5 | <guide link="/doc/en/altinstall.xml"> |
| 6 | |
6 | |
| 7 | <title>The Gentoo Linux alternative installation method HOWTO</title> |
7 | <title>The Gentoo Linux alternative installation method HOWTO</title> |
| … | |
… | |
| 324 | enabled. Once GRUB is compiled, copy the PXE image to the diskless client's |
324 | enabled. Once GRUB is compiled, copy the PXE image to the diskless client's |
| 325 | boot directory. Then edit its <path>grub.lst</path> config file. |
325 | boot directory. Then edit its <path>grub.lst</path> config file. |
| 326 | </p> |
326 | </p> |
| 327 | |
327 | |
| 328 | <pre caption="Grub setup"> |
328 | <pre caption="Grub setup"> |
| 329 | # <i>echo "sys-boot/grub netboot" >> /etc/portage/package.use"</i> |
329 | # <i>echo "sys-boot/grub netboot" >> /etc/portage/package.use</i> |
| 330 | # <i>emerge -av grub</i> |
330 | # <i>emerge -av grub</i> |
| 331 | # <i>cp /usr/lib/grub/pxegrub /diskless/eta/boot/pxegrub</i> |
331 | # <i>cp /usr/lib/grub/pxegrub /diskless/eta/boot/pxegrub</i> |
| 332 | # <i>nano -w /diskless/eta/boot/grub.lst</i> |
332 | # <i>nano -w /diskless/eta/boot/grub.lst</i> |
| 333 | </pre> |
333 | </pre> |
| 334 | |
334 | |