1 |
<?xml version='1.0' encoding='UTF-8'?> |
2 |
<!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
3 |
|
4 |
<!-- The content of this document is licensed under the CC-BY-SA license --> |
5 |
<!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
6 |
|
7 |
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2004.3/hb-install-next.xml,v 1.1 2005/01/04 18:11:21 swift Exp $ --> |
8 |
|
9 |
<sections> |
10 |
|
11 |
<version>1.14</version> |
12 |
<date>2005-01-14</date> |
13 |
|
14 |
<section> |
15 |
<title>Documentation</title> |
16 |
<subsection> |
17 |
<body> |
18 |
|
19 |
<p> |
20 |
Congratulations! You now have a working Gentoo system. But where to go from |
21 |
here? What are your options now? What to explore first? Gentoo provides its |
22 |
users with lots of possibilities, and therefore lots of documented (and less |
23 |
documented) features. |
24 |
</p> |
25 |
|
26 |
<p> |
27 |
You should definitely take a look at the next part of the Gentoo Handbook |
28 |
entitled <uri link="?part=2&chap=0">Working with Gentoo</uri> which explains |
29 |
how to keep your software up to date, how to install more software, what USE |
30 |
flags are, how the Gentoo Init system works, etc. |
31 |
</p> |
32 |
|
33 |
<p> |
34 |
If you are interested in optimizing your system for desktop-use, or you want to |
35 |
learn how to configure your system to be a full working desktop system, consult |
36 |
our extensive <uri link="/doc/en/index.xml?catid=desktop">Gentoo Desktop |
37 |
Documentation Resources</uri>. |
38 |
</p> |
39 |
|
40 |
<p> |
41 |
For a full listing of all our available documentation check out our <uri |
42 |
link="/doc/en/index.xml">Documentation Resources</uri> page. |
43 |
</p> |
44 |
|
45 |
</body> |
46 |
</subsection> |
47 |
</section> |
48 |
<section> |
49 |
<title>Gentoo Online</title> |
50 |
<body> |
51 |
|
52 |
<p> |
53 |
You are of course always welcome on our <uri |
54 |
link="http://forums.gentoo.org">Gentoo Forums</uri> or on one of our many |
55 |
<uri link="/main/en/irc.xml">Gentoo IRC channels</uri>. |
56 |
</p> |
57 |
|
58 |
<p> |
59 |
We also have several <uri |
60 |
link="/main/en/lists.xml">mailinglists</uri> open to all |
61 |
our users. Information on how to join is contained in that page. |
62 |
</p> |
63 |
|
64 |
<p> |
65 |
We'll shut up now and let you enjoy your installation :) |
66 |
</p> |
67 |
|
68 |
</body> |
69 |
</section> |
70 |
<section> |
71 |
<title>Gentoo Changes since 2004.3</title> |
72 |
<subsection> |
73 |
<title>Changes?</title> |
74 |
<body> |
75 |
|
76 |
<p> |
77 |
Gentoo is a fast-moving target. The following sections describe important |
78 |
changes that affect a Gentoo installation. We only list those that have anything |
79 |
in common with the installation, not with package changes that did not occur |
80 |
during the installation. |
81 |
</p> |
82 |
|
83 |
<p> |
84 |
The following changes need to happen right after having updated your system (and |
85 |
before rebooting). |
86 |
</p> |
87 |
|
88 |
</body> |
89 |
</subsection> |
90 |
<subsection> |
91 |
<title>Hotplug and Coldplug</title> |
92 |
<body> |
93 |
|
94 |
<p> |
95 |
The functionality of <c>hotplug</c>, used by <c>genkernel</c> users, has been |
96 |
split over two packages: <c>coldplug</c> and <c>hotplug</c>. Users of |
97 |
<c>hotplug</c> need to install <c>coldplug</c> as well, remove <c>hotplug</c> |
98 |
from the default runlevel, and replace it with <c>coldplug</c>: |
99 |
</p> |
100 |
|
101 |
<pre caption="Coldplug/Hotplug changes"> |
102 |
# <i>emerge coldplug</i> |
103 |
# <i>rc-update del hotplug default</i> |
104 |
# <i>rc-update add coldplug default</i> |
105 |
</pre> |
106 |
|
107 |
<p> |
108 |
For more information, please read the <uri |
109 |
link="news/20041113-kernels.xml">Hotplug Change Announcement</uri>. |
110 |
</p> |
111 |
|
112 |
</body> |
113 |
</subsection> |
114 |
<subsection> |
115 |
<title>Removed Kernel Trees</title> |
116 |
<body> |
117 |
|
118 |
<p> |
119 |
In order to keep our kernel packages manageable, we have removed some |
120 |
of the older and unmaintained packages from the tree. All information about the |
121 |
changes are available in the <uri |
122 |
link="/news/20041113-kernels.xml">Kernel Change Announcement</uri>. |
123 |
</p> |
124 |
|
125 |
</body> |
126 |
</subsection> |
127 |
</section> |
128 |
</sections> |