Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-finalise.xml
Date: Sun, 09 Oct 2005 16:09:57
Message-Id: 200510091600.j99G0eRs024126@robin.gentoo.org
1 swift 05/10/09 16:09:36
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-finalise.xml
4 Log:
5 #108199 - Due to kde versus kde-meta and inter-architecture-dependentness (what a (fictuous) word) changed example to GNOME and give instructions on how to find out what packages are emergeable
6
7 Revision Changes Path
8 1.3 +15 -6 xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
13
14 Index: hb-install-finalise.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- hb-install-finalise.xml 8 Aug 2005 13:24:46 -0000 1.2
21 +++ hb-install-finalise.xml 9 Oct 2005 16:09:36 -0000 1.3
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-finalise.xml,v 1.3 2005/10/09 16:09:36 swift Exp $ -->
28
29 <sections>
30
31 -<version>5.0</version>
32 -<date>2005-08-08</date>
33 +<version>5.1</version>
34 +<date>2005-10-09</date>
35
36 <section>
37 <title>User Administration</title>
38 @@ -136,11 +136,20 @@
39
40 <p>
41 Now install the packages you want. The Packages CD contains several prebuilt
42 -binaries, for instance KDE (not available for HPPA though):
43 +binaries, for instance KDE and GNOME.
44 </p>
45
46 -<pre caption="Installing KDE">
47 -# <i>emerge --usepkg kde</i>
48 +<pre caption="Installing GNOME">
49 +# <i>emerge --usepkg gnome</i>
50 +</pre>
51 +
52 +<p>
53 +To find out what prebuilt packages, do a quick listing of all the files in
54 +<path>/mnt/cdrom/All</path>. For instance, to find out if KDE is emergeable:
55 +</p>
56 +
57 +<pre caption="Finding out if KDE is installable">
58 +# <i>ls /mnt/cdrom/All/kde*</i>
59 </pre>
60
61 <p>
62
63
64
65 --
66 gentoo-doc-cvs@g.o mailing list