1 |
yoswink 08/01/20 12:25:01 |
2 |
|
3 |
Modified: gentoo-alpha-faq.xml |
4 |
Log: |
5 |
Some updates: recommend gentoo-sources over vanilla-sources (since are supported by the kernel team), added a note about systems 2.4 and change the support status in hardened/selinux |
6 |
|
7 |
Revision Changes Path |
8 |
1.7 xml/htdocs/doc/en/gentoo-alpha-faq.xml |
9 |
|
10 |
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml?rev=1.7&view=markup |
11 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml?rev=1.7&content-type=text/plain |
12 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml?r1=1.6&r2=1.7 |
13 |
|
14 |
Index: gentoo-alpha-faq.xml |
15 |
=================================================================== |
16 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml,v |
17 |
retrieving revision 1.6 |
18 |
retrieving revision 1.7 |
19 |
diff -u -r1.6 -r1.7 |
20 |
--- gentoo-alpha-faq.xml 2 Jan 2008 01:42:55 -0000 1.6 |
21 |
+++ gentoo-alpha-faq.xml 20 Jan 2008 12:25:01 -0000 1.7 |
22 |
@@ -1,5 +1,5 @@ |
23 |
<?xml version="1.0" encoding="UTF-8"?> |
24 |
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml,v 1.6 2008/01/02 01:42:55 nightmorph Exp $ --> |
25 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-faq.xml,v 1.7 2008/01/20 12:25:01 yoswink Exp $ --> |
26 |
|
27 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
28 |
<guide link="/doc/en/gentoo-alpha-faq.xml"> |
29 |
@@ -24,8 +24,8 @@ |
30 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
31 |
<license/> |
32 |
|
33 |
-<version>1.4</version> |
34 |
-<date>2008-01-01</date> |
35 |
+<version>1.5</version> |
36 |
+<date>2008-01-20</date> |
37 |
|
38 |
<faqindex> |
39 |
<title>About this Document</title> |
40 |
@@ -482,22 +482,41 @@ |
41 |
<body> |
42 |
|
43 |
<p> |
44 |
-<c>gentoo-sources</c> and <c>vanilla-sources</c> are both supported. You |
45 |
-should read the <uri link="/doc/en/gentoo-kernel.xml">Gentoo Kernel Guide</uri> |
46 |
-to determine which one is right for your needs. |
47 |
+We recommend using <c>gentoo-sources</c> but <c>vanilla-sources</c> is |
48 |
+also supported by Gentoo/Alpha. You should read the <uri |
49 |
+link="/doc/en/gentoo-kernel.xml">Gentoo Kernel Guide</uri> to determine which |
50 |
+one is right for your needs. |
51 |
</p> |
52 |
|
53 |
</body> |
54 |
</section> |
55 |
+<section id="kernel24"> |
56 |
+<title>My system is broken with kernel-2.6, Can I build a 2.4 bassed system?</title> |
57 |
+<body> |
58 |
+ |
59 |
+<p> |
60 |
+Gentoo/Alpha stopped supporting 2.4 kernel and profile in January 2008. |
61 |
+Technically you can build a 2.4 Gentoo System (the kernel is in the tree) but |
62 |
+you will have to mask all the 2.6 only packages by yourself and you won't have |
63 |
+support from developers. |
64 |
+</p> |
65 |
+ |
66 |
+<p> |
67 |
+Gentoo/Alpha will review all bug reports about non working 2.6 systems and |
68 |
+will try to help as much as we can. |
69 |
+</p> |
70 |
+ |
71 |
+</body> |
72 |
+</section> |
73 |
+ |
74 |
<section id="selinux"> |
75 |
<title>Are hardened-sources supported?</title> |
76 |
<body> |
77 |
|
78 |
<p> |
79 |
-<c>hardened-sources</c> and SELinux support is being worked on by Stephen |
80 |
-Bennett (<mail link="spb@g.o">spb</mail>). <c>hardened-sources</c> is |
81 |
-currently keyworded for alpha. We hope to see an SELinux profile for Alpha in |
82 |
-the tree as soon as we feel confident about it. |
83 |
+Short answer is no. They were supported some time ago, but we lost the hardware |
84 |
+and the maintainer so right now they are not supported. If you are interested |
85 |
+and want to continue the initial work, please let us know. |
86 |
</p> |
87 |
|
88 |
</body> |
89 |
|
90 |
|
91 |
|
92 |
-- |
93 |
gentoo-doc-cvs@l.g.o mailing list |