Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-freebsd.xml
Date: Tue, 11 Oct 2005 14:03:45
Message-Id: 200510111354.j9BDsNe2004490@robin.gentoo.org
1 rane 05/10/11 14:03:40
2
3 Modified: xml/htdocs/doc/en gentoo-freebsd.xml
4 Log:
5 update from #108859
6
7 Revision Changes Path
8 1.8 +28 -22 xml/htdocs/doc/en/gentoo-freebsd.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-freebsd.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
13
14 Index: gentoo-freebsd.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- gentoo-freebsd.xml 6 Oct 2005 15:58:16 -0000 1.7
21 +++ gentoo-freebsd.xml 11 Oct 2005 14:03:40 -0000 1.8
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.7 2005/10/06 15:58:16 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-freebsd.xml,v 1.8 2005/10/11 14:03:40 rane Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/gentoo-freebsd.xml">
29 @@ -12,7 +12,7 @@
30 <mail link="citizen428@g.o">Michael Kohl</mail>
31 </author>
32 <author title="Author">
33 - Otavio R. Piske
34 + <mail link="angusyoung@g.o">Otavio R. Piske</mail>
35 </author>
36 <author title="Author">
37 <mail link="ka0ttic@g.o">Aaron Walker</mail>
38 @@ -28,8 +28,8 @@
39 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
40 <license/>
41
42 -<version>1.5</version>
43 -<date>2005-10-06</date>
44 +<version>1.6</version>
45 +<date>2005-10-10</date>
46
47 <chapter>
48 <title>Introduction to FreeBSD</title>
49 @@ -153,9 +153,9 @@
50 </p>
51
52 <pre caption="Creating a mount point and mounting partitions">
53 -# <i>mkdir /mnt/gfbsd</i>
54 +# <i>mkdir /mnt/gentoo</i>
55 <comment>(Replace X with the correct numbers for your hard disk.)</comment>
56 -# <i>mount /dev/adXsXa /mnt/gfbsd</i>
57 +# <i>mount /dev/adXsXa /mnt/gentoo</i>
58 </pre>
59
60 <p>
61 @@ -164,33 +164,33 @@
62 </p>
63
64 <pre caption="Obtaining and unpacking a stage3 tarball">
65 +# <i>cd /mnt/gentoo/</i>
66 <comment>(Any other Gentoo mirror which includes the experimental/ directory will also work.)</comment>
67 -# <i>wget http://gentoo.osuosl.org/experimental/x86/freebsd/stage3-x86-fbsd-20051005.tar.bz2</i>
68 -# <i>cp stage3-x86-fbsd-20051005.tar.bz2 /mnt/gfbsd/</i>
69 -# <i>cd /mnt/gfbsd/</i>
70 +# <i>wget http://gentoo.osuosl.org/experimental/x86/freebsd/stages/stage3-x86-fbsd-20051005.tar.bz2</i>
71 # <i>tar -jxvpf stage3-x86-fbsd-20051005.tar.bz2</i>
72 +<comment>(A wrong make.conf was packaged with the current stage3 tarball. We'll now remove it.)</comment>
73 +# <i>rm -f /mnt/gentoo/etc/make.conf</i>
74 <comment>(You can delete the tarball with the following command if you want to.)</comment>
75 # <i>rm stage3-x86-fbsd-20051005.tar.bz2</i>
76 -<comment>(Create a home directory for root.)</comment>
77 -# <i>mkdir /mnt/gfbsd/root</i>
78 </pre>
79
80 <p>
81 Before chrooting into the newly-extracted stage, you first must obtain an up-to-date
82 copy of the Gentoo/FreeBSD overlay. The easiest way to achieve this is to to get our latest
83 -snapshot which you than extract to <path>/usr/local/portage</path>.
84 +snapshot which you than extract to <path>/mnt/gentoo/usr/local/portage</path>
85 </p>
86
87 -<pre caption="Getting the Gentoo/FreeBSD portage overlay">
88 -# <i>cd /usr/local/portage</i>
89 +<pre caption="Getting the Gentoo/FreeBSD Portage overlay">
90 +# <i>mkdir /mnt/gentoo/usr/local/portage</i>
91 +# <i>cd /mnt/gentoo/usr/local/portage</i>
92 # <i>wget http://gentoo.osuosl.org/experimental/snapshots/portage-alt-overlay-latest.tar.bz2</i>
93 # <i>tar -xjf portage-alt-overlay-latest.tar.bz2</i>
94 </pre>
95
96 <p>
97 -Alternatively, you can also use Subversion to check out the current version of the overlay.
98 -If you are interested in this possibility, please refer to the <uri
99 -link="http://www.gentoo.org/proj/en/gentoo-alt/overlay.xml">Gentoo/ALT overlay
100 +Alternatively, you can also use Subversion to check out the current version of
101 +the overlay. If you are interested in this possibility, please refer to the
102 +<uri link="/proj/en/gentoo-alt/overlay.xml">Gentoo/ALT overlay
103 documentation</uri>.
104 </p>
105
106 @@ -201,8 +201,9 @@
107 </p>
108
109 <pre caption="Mounting the /dev filesystem and chrooting">
110 -# <i>mount -t devfs none /mnt/gfbsd/dev/</i>
111 -# <i>chroot /mnt/gfbsd/ /bin/bash</i>
112 +# <i>mount -t devfs none /mnt/gentoo/dev/</i>
113 +# <i>cp /etc/resolv.conf /mnt/gentoo/etc</i>
114 +# <i>chroot /mnt/gentoo/ /bin/bash</i>
115 # <i>source /etc/profile</i>
116 </pre>
117
118 @@ -228,8 +229,13 @@
119 on your connection might take quite a while.
120 </p>
121
122 -<pre caption="Obtaining the portage tree">
123 +<pre caption="Obtaining the Portage tree">
124 # <i>emerge --sync</i>
125 +<comment>(It's also possible to retrieve the Portage tree in another way:)</comment>
126 +# <i>cd /</i>
127 +# <i>wget http://gentoo.osuosl.org/snapshots/portage-latest.tar.bz2</i>
128 +# <i>tar -xjf portage-latest.tar.bz2 -C /usr/</i>
129 +# <i>emerge --metadata</i>
130 </pre>
131
132 <p>
133 @@ -254,8 +260,8 @@
134 <comment>(Leave the chroot environment)</comment>
135 # <i>exit</i>
136 <comment>(Issued from outside the chroot)</comment>
137 -# <i>fdisk -b -B /mnt/gfbsd/boot/boot0 /dev/adX</i>
138 -# <i>chroot /mnt/gfbsd /bin/bash</i>
139 +# <i>fdisk -b -B /mnt/gentoo/boot/boot0 /dev/adX</i>
140 +# <i>chroot /mnt/gentoo /bin/bash</i>
141 # <i>disklabel -B adXsY</i>
142 </pre>
143
144
145
146
147 --
148 gentoo-doc-cvs@g.o mailing list