cam 05/12/20 19:12:53 Modified: xml/htdocs/doc/en gentoo-freebsd.xml Log: Only XML style fixes. No content changed.
Revision Changes Path 1.12 +32 -27 xml/htdocs/doc/en/gentoo-freebsd.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.12&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo Index: gentoo-freebsd.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gentoo-freebsd.xml 6 Dec 2005 12:32:46 -0000 1.11 +++ gentoo-freebsd.xml 20 Dec 2005 19:12:53 -0000 1.12 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.11 2005/12/06 12:32:46 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.12 2005/12/20 19:12:53 cam Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-freebsd.xml"> @@ -173,9 +173,10 @@ </pre> <p> -Before chrooting into the newly-extracted stage, you first must obtain an up-to-date -copy of the Gentoo/FreeBSD overlay. The easiest way to achieve this is to to get our latest -snapshot which you then extract to <path>/mnt/gentoo/usr/local/portage</path> +Before chrooting into the newly-extracted stage, you first must obtain an +up-to-date copy of the Gentoo/FreeBSD overlay. The easiest way to achieve this +is to to get our latest snapshot which you then extract to +<path>/mnt/gentoo/usr/local/portage</path>. </p> <pre caption="Getting the Gentoo/FreeBSD Portage overlay"> @@ -224,7 +225,8 @@ </pre> <p> -In order to boot correctly, you will need to create the <path>/proc</path> directory. +In order to boot correctly, you will need to create the <path>/proc</path> +directory. </p> <pre caption="Creating the /proc directory"> @@ -254,8 +256,8 @@ </pre> <p> -When you did <c>emerge -e system</c>, the sources for the FreeBSD kernel got -installed to <path>/usr/src/sys</path>. If you skipped this step, you can get +When you did <c>emerge -e system</c>, the sources for the FreeBSD kernel got +installed to <path>/usr/src/sys</path>. If you skipped this step, you can get them in the following way: </p> @@ -264,14 +266,15 @@ </pre> <p> -Configuring and compiling a custom kernel is really different from compiling Linux, -so if you are not familiar with the process we encourage you to have a look at -<uri link="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html"> +Configuring and compiling a custom kernel is really different from compiling +Linux, so if you are not familiar with the process we encourage you to have a +look at <uri +link="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html"> chapter 8</uri> of the FreeBSD handbook. </p> <p> -Please note that currently only the "Traditional" way of building the kernel is +Please note that currently only the "Traditional" way of building the kernel is supported on Gentoo/FreeBSD! Also note that <c>make install</c> will probably ask you for a <path>/boot/device.hints</path> file. A default version can be found in the <path>conf</path> subdirectory of the <c>GENERIC</c> configuration @@ -279,8 +282,8 @@ </p> <p> -Now is the time to do some basic system configuration and settings. First, we are -going to setup the filesystem mounting points in <path>/etc/fstab</path> +Now is the time to do some basic system configuration and settings. First, we +are going to setup the filesystem mounting points in <path>/etc/fstab</path>. </p> <pre caption="Editing the filesystem in /etc/fstab"> @@ -315,9 +318,10 @@ </pre> <p> -In case you need to use another keyboard layout for your language, you have to set the -correct value in <path>/etc/conf.d/syscons</path>. The following example uses the Spanish -layout, so you'll have to adjust it to your need if you want to use another one. +In case you need to use another keyboard layout for your language, you have to +set the correct value in <path>/etc/conf.d/syscons</path>. The following example +uses the Spanish layout, so you'll have to adjust it to your need if you want to +use another one. </p> <pre caption="Changing your keyboard layout (Optional)"> @@ -329,9 +333,9 @@ <impo> Please make absolutely sure you add your new Gentoo/FreeBSD installation to the configuration of your bootloader, otherwise you won't be able to boot your newly -installed system! If you don't have another bootloader installed, you should use +installed system! If you don't have another bootloader installed, you should use <c>boot0</c>, as it is currently the only one supported by FreeBSD. In this case -please don't forget to use your other operating systems to <c>boot0</c>'s +please don't forget to use your other operating systems to <c>boot0</c>'s configuration. </impo> @@ -346,13 +350,14 @@ </pre> <p> -If you need additonal information on setting up <c>boot0</c>, please consult -<uri link="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html"> -chapter 12</uri> of the FreeBSD handbook. +If you need additonal information on setting up <c>boot0</c>, please consult +<uri +link="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot.html">chapter +12</uri> of the FreeBSD handbook. </p> <p> -Now would be a good time to set a password for the <c>root</c> user and to add +Now would be a good time to set a password for the <c>root</c> user and to add another user account for your day-to-day work. </p> @@ -363,8 +368,8 @@ </pre> <p> -Congratulations, you have just finished your Gentoo/FreeBSD installation which you -can start exploring after the final reboot. Have fun! +Congratulations, you have just finished your Gentoo/FreeBSD installation which +you can start exploring after the final reboot. Have fun! </p> <pre caption="Rebooting the system"> @@ -393,9 +398,9 @@ the original versions of these tools provided by our main Portage tree. </li> <li> - Working on current ebuilds: this means working closely with ebuild maintainers - in order to create patches or modify ebuilds in a way that can be accepted - into the main tree. + Working on current ebuilds: this means working closely with ebuild + maintainers in order to create patches or modify ebuilds in a way that can + be accepted into the main tree. </li> <li> Security: if you are into security, we need you! Although security -- [email protected] mailing list
