cam 08/06/02 18:58:52 Modified: gentoo-freebsd.xml Log: #224613 Update stage3 file name + add a note about umounting before disklabel
Revision Changes Path 1.31 xml/htdocs/doc/en/gentoo-freebsd.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml?r1=1.30&r2=1.31 Index: gentoo-freebsd.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- gentoo-freebsd.xml 20 May 2008 18:38:54 -0000 1.30 +++ gentoo-freebsd.xml 2 Jun 2008 18:58:52 -0000 1.31 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.30 2008/05/20 18:38:54 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.31 2008/06/02 18:58:52 cam Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/gentoo-freebsd.xml"> @@ -40,8 +40,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.11</version> -<date>2007-05-17</date> +<version>2.12</version> +<date>2008-06-02</date> <chapter> <title>Introduction to FreeBSD</title> @@ -256,6 +256,11 @@ boot from. To fix this, run the following: </p> +<note> +Please, make sure ad0s1 is unmounted before running the following command, +otherwise it will not work. +</note> + <pre caption="Fixing the root partition letter"> # <i>disklabel ad0s1 | sed 's/^ d:/ a:/' | disklabel -R ad0s1 /dev/stdin</i> </pre> @@ -294,10 +299,10 @@ <pre caption="Obtaining and unpacking a stage3 tarball"> # <i>cd /mnt/</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/stage3-x86-freebsd-6.2.tar.bz2</i> -# <i>tar -jxvpf stage3-x86-freebsd-6.2.tar.bz2</i> +# <i>wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/stage3-x86-freebsd-6.2-r1.tar.bz2</i> +# <i>tar -jxvpf stage3-x86-freebsd-6.2-r1.tar.bz2</i> <comment>(You can delete the tarball with the following command if you want to.)</comment> -# <i>rm stage3-x86-freebsd-6.2.tar.bz2</i> +# <i>rm stage3-x86-freebsd-6.2-r1.tar.bz2</i> </pre> <note> -- [email protected] mailing list
