public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml hb-install-system.xml
@ 2006-11-02  7:27 Josh Saddler
  0 siblings, 0 replies; only message in thread
From: Josh Saddler @ 2006-11-02  7:27 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    06/11/02 07:27:24

  Modified:             hb-install-x86+amd64-bootloader.xml
                        hb-install-system.xml
  Log:
  Added grub-static for non-multilib systems, as well as added an AMD64-specific example for switching to a non-multilib profile, bug 79936

Revision  Changes    Path
1.6                  xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?r1=1.5&r2=1.6

Index: hb-install-x86+amd64-bootloader.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-x86+amd64-bootloader.xml	21 Sep 2006 14:26:14 -0000	1.5
+++ hb-install-x86+amd64-bootloader.xml	2 Nov 2006 07:27:24 -0000	1.6
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.5 2006/09/21 14:26:14 vapier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.6 2006/11/02 07:27:24 nightmorph Exp $ -->
 
 <sections>
 
-<version>4.1</version>
-<date>2006-09-21</date>
+<version>4.2</version>
+<date>2006-11-01</date>
 
 <section>
 <title>Making your Choice</title>
@@ -239,6 +239,12 @@
 To install GRUB, let's first emerge it:
 </p>
 
+<impo test="func:keyval('arch')='AMD64'">
+If you are using a non-multilib <uri
+link="?part=1&amp;chap=6#doc_chap2">profile</uri>, you should <b>not</b> emerge
+grub, but instead you should emerge <c>grub-static</c>.
+</impo>
+
 <pre caption="Installing GRUB">
 # <i>emerge grub</i>
 </pre>



1.103                xml/htdocs/doc/en/handbook/hb-install-system.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.102&r2=1.103

Index: hb-install-system.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- hb-install-system.xml	1 Nov 2006 21:40:28 -0000	1.102
+++ hb-install-system.xml	2 Nov 2006 07:27:24 -0000	1.103
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.102 2006/11/01 21:40:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.103 2006/11/02 07:27:24 nightmorph Exp $ -->
 
 <sections>
 
@@ -14,7 +14,7 @@
 to progress to that state.
 </abstract>
 
-<version>7.4</version>
+<version>7.5</version>
 <date>2006-11-01</date>
 
 <section>
@@ -213,6 +213,15 @@
 profile's <path>make.defaults</path> to determine if it fits your needs.
 </p>
 
+<p test="func:keyval('arch')=AMD64'">
+If you want to have a pure 64-bit environment, with no 32-bit applications or
+libraries, you should use a non-multilib profile:
+</p>
+
+<pre test="func:keyval('arch')=AMD64'" caption="Switching to a non-multilib profile">
+# <i>ln -snf /usr/portage/profiles/default-linux/amd64/2006.1/no-multilib /etc/make.profile</i>
+</pre>
+
 <p>
 Some users may wish to install a system based on the older Linux 2.4 profile.
 If you have good reason to do this, then you should first check that an



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-02  7:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02  7:27 [gentoo-doc-cvs] cvs commit: hb-install-x86+amd64-bootloader.xml hb-install-system.xml Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox