| 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/gentoo-freebsd.xml,v 1.19 2006/05/26 19:21:37 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.20 2006/05/26 19:29:27 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/gentoo-freebsd.xml"> |
5 | <guide link="/doc/en/gentoo-freebsd.xml"> |
| 6 | <title>A short guide to Gentoo/FreeBSD</title> |
6 | <title>A short guide to Gentoo/FreeBSD</title> |
| 7 | |
7 | |
| … | |
… | |
| 57 | <section> |
57 | <section> |
| 58 | <title>What is Gentoo/FreeBSD?</title> |
58 | <title>What is Gentoo/FreeBSD?</title> |
| 59 | <body> |
59 | <body> |
| 60 | |
60 | |
| 61 | <p> |
61 | <p> |
| 62 | <uri link="/proj/en/gentoo-alt/bsd/fbsd/">Gentoo/FreeBSD</uri> is a subproject of the |
62 | <uri link="/proj/en/gentoo-alt/bsd/fbsd/">Gentoo/FreeBSD</uri> is a subproject |
| 63 | <uri link="/proj/en/gentoo-alt/">Gentoo/Alt project</uri>, with the goal of providing |
63 | of the <uri link="/proj/en/gentoo-alt/">Gentoo/Alt project</uri>, with the |
| 64 | a fully-capable FreeBSD operating system featuring the design sensibilities known from |
64 | goal of providing a fully-capable FreeBSD operating system featuring design |
| 65 | Gentoo Linux, like the init system and the portage package management system. |
65 | sensibilities taken from Gentoo Linux, such as the init system and the Portage |
|
|
66 | package management system. |
| 66 | </p> |
67 | </p> |
| 67 | |
68 | |
| 68 | </body> |
69 | </body> |
| 69 | </section> |
70 | </section> |
| 70 | <section> |
71 | <section> |
| … | |
… | |
| 292 | |
293 | |
| 293 | <p> |
294 | <p> |
| 294 | If you want, you can now rebuild the system's core packages. |
295 | If you want, you can now rebuild the system's core packages. |
| 295 | </p> |
296 | </p> |
| 296 | |
297 | |
| 297 | <pre caption="Rebuilding the FreeBSD core packages (Optional)"> |
298 | <pre caption="Rebuilding the FreeBSD core packages (optional)"> |
| 298 | # <i>emerge -e system</i> |
299 | # <i>emerge -e system</i> |
| 299 | </pre> |
300 | </pre> |
| 300 | |
301 | |
| 301 | <p> |
302 | <p> |
| 302 | When you did <c>emerge -e system</c>, the sources for the FreeBSD kernel got |
303 | When you did <c>emerge -e system</c>, the sources for the FreeBSD kernel got |
| 303 | installed to <path>/usr/src/sys</path>. If you skipped this step, you can get |
304 | installed to <path>/usr/src/sys</path>. If you skipped this step, you can get |
| 304 | them in the following way: |
305 | them in the following way: |
| 305 | </p> |
306 | </p> |
| 306 | |
307 | |
| 307 | <pre caption="Geting the FreeBSD kernel sources"> |
308 | <pre caption="Getting the FreeBSD kernel sources"> |
| 308 | # <i>emerge freebsd-sources</i> |
309 | # <i>emerge freebsd-sources</i> |
| 309 | </pre> |
310 | </pre> |
| 310 | |
311 | |
| 311 | <p> |
312 | <p> |
| 312 | Configuring and compiling a custom kernel is really different from compiling |
313 | Configuring and compiling a custom kernel is really different from compiling |