nightmorph 06/05/26 19:21:37 Modified: gentoo-freebsd.xml Log: Updated freebsd profile & stage instructions for bug 134444. thanks to flameeyes for reporting
Revision Changes Path 1.19 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.19&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.19&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.18&r2=1.19&cvsroot=gentoo Index: gentoo-freebsd.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gentoo-freebsd.xml 3 May 2006 01:03:42 -0000 1.18 +++ gentoo-freebsd.xml 26 May 2006 19:21:37 -0000 1.19 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.18 2006/05/03 01:03:42 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.19 2006/05/26 19:21:37 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-freebsd.xml"> @@ -28,8 +28,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.4</version> -<date>2006-05-03</date> +<version>2.5</version> +<date>2006-05-26</date> <chapter> <title>Introduction to FreeBSD</title> @@ -43,13 +43,13 @@ Unix-like operating system. Back in 1993 when development of <uri link="http://www.386bsd.org/">386BSD</uri> stopped, two projects were born: <uri link="http://www.netbsd.org/">NetBSD</uri>, commonly known to run on a -huge number of architectures, and FreeBSD which supports the x86, amd64, ia64, -sparc64 and alpha platforms.FreeBSD is renowned for its stability, performance -and security, thus being used from small to huge companies all over the world. -FreeBSD's current production release version is 6.0, which is also used as the -foundation for the Gentoo/FreeBSD project. The previous 5.x branch is being -continued by the FreeBSD project as a service release, but is no more worked on by -the Gentoo/FreeBSD developers. +huge number of architectures, and FreeBSD which supports the x86, amd64, ia64, +sparc64 and alpha platforms.FreeBSD is renowned for its stability, performance +and security, thus being used from small to huge companies all over the world. +FreeBSD's current production release version is 6.1, which is also used as the +foundation for the Gentoo/FreeBSD project. The previous 5.x branch is being +continued by the FreeBSD project as a service release, but is no longer worked +on by the Gentoo/FreeBSD developers. </p> </body> @@ -200,10 +200,10 @@ <pre caption="Obtaining and unpacking a stage3 tarball"> # <i>cd /mnt/gentoo/</i> <comment>(Any other Gentoo mirror which includes the experimental/ directory will also work.)</comment> -# <i>wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/gentoo-freebsd-6.0-stage-20060221.tar.bz2</i> -# <i>tar -jxvpf gentoo-freebsd-6.0-stage-20060221</i> +# <i>wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/gentoo-freebsd-6.1-stage-20060509.tar.bz2</i> +# <i>tar -jxvpf gentoo-freebsd-6.1-stage-20060509.tar.bz2</i> <comment>(You can delete the tarball with the following command if you want to.)</comment> -# <i>rm gentoo-freebsd-6.0-stage-20060221</i> +# <i>rm gentoo-freebsd-6.1-stage-20060509.tar.bz2</i> </pre> <p> @@ -263,11 +263,11 @@ </pre> <pre caption="Setting up the profile and editing /etc/make.conf"> -# <i>ln -sf /usr/local/portage/portage-alt-overlay/profiles/default-bsd/fbsd/6.0/x86/ /etc/make.profile</i> +# <i>ln -sf /usr/portage/profiles/default-bsd/fbsd/6.1/x86/ /etc/make.profile</i> <comment>(FreeBSD's standard editor is ee, which is used to edit /etc/make.conf)</comment> # <i>ee /etc/make.conf</i> <comment>(Please make sure you add at least the following entries:)</comment> -CHOST="i686-gentoo-freebsd6.0" +CHOST="i686-gentoo-freebsd6.1" ACCEPT_KEYWORDS="~x86-fbsd" FEATURES="-sandbox collision-protect" PORTDIR_OVERLAY="/usr/local/portage/portage-alt-overlay" -- [email protected] mailing list
