Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278792
Collapse All | Expand All

(-)hb-install-system.xml.orig (-10 / +10 lines)
Lines 209-216 Link Here
209
</p>
209
</p>
210
210
211
<pre caption="Verifying system profile">
211
<pre caption="Verifying system profile">
212
# <i>ls -FGg /etc/make.profile</i>
212
# <i>eselect profile show</i>
213
lrwxrwxrwx  1 48 Apr  8 18:51 /etc/make.profile -> ../usr/portage/profiles/<keyval id="profile"/>
213
Current make.profile symlink:
214
  <keyval id="profile"/>
214
</pre>
215
</pre>
215
216
216
<p>
217
<p>
Lines 219-237 Link Here
219
</p>
220
</p>
220
221
221
<p>
222
<p>
222
There are also <c>desktop</c> and <c>server</c> subprofiles available for some
223
There are also <c>desktop</c> and <c>server</c> subprofiles available
223
architectures. Look inside the <path>2008.0/</path> profile to see if there is
224
for some architectures. You may wish to view the <c>desktop</c> profile's
224
one available for your architecture. You may wish to view the <c>desktop</c>
225
<path>make.defaults</path> to determine if it fits your needs.
225
profile's <path>make.defaults</path> to determine if it fits your needs.
226
</p>
226
</p>
227
227
228
<p>
228
<p>
229
After viewing the available profiles for your architecture in
229
After viewing the available profiles using <i>select profile list</i>,
230
<path>/usr/portage/profiles/</path>, you can use a different one if you wish:
230
you can use a different one if you wish:
231
</p>
231
</p>
232
232
233
<pre caption="Changing profiles">
233
<pre caption="Changing profiles">
234
# <i>ln -snf /usr/portage/profiles/&lt;profile name&gt; /etc/make.profile</i>
234
# <i>eselect profile set &lt;profile&gt;</i>
235
</pre>
235
</pre>
236
236
237
<p test="func:keyval('arch')='AMD64'">
237
<p test="func:keyval('arch')='AMD64'">
Lines 240-246 Link Here
240
</p>
240
</p>
241
241
242
<pre test="func:keyval('arch')='AMD64'" caption="Switching to a non-multilib profile">
242
<pre test="func:keyval('arch')='AMD64'" caption="Switching to a non-multilib profile">
243
# <i>ln -snf /usr/portage/profiles/default/linux/amd64/2008.0/no-multilib /etc/make.profile</i>
243
# <i>eselect profile set default/linux/amd64/2008.0/no-multilib</i>
244
</pre>
244
</pre>
245
245
246
<note>
246
<note>

Return to bug 278792