Add a list of known RC1 / i386 issues (will be announced soon).
This commit is contained in:
parent
b5bccdb1c7
commit
f078834a74
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15230
1 changed files with 16 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.102 2002/12/08 04:02:27 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.103 2002/12/08 19:01:41 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -368,6 +368,21 @@
|
|||
|
||||
</table>
|
||||
|
||||
<h3>Known Issues with 5.0R-RC1 / i386</h3>
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>KDE does not install from ISO</td>
|
||||
<td>In Progress</td>
|
||||
<td>murray</td>
|
||||
<td>The kde meta-package is not included on the ISO, but many of
|
||||
the component kde packages are, so sysinstall gets confused and
|
||||
installs kde-icontheme instead (more correct behavior would be to
|
||||
fall back to kdebase if kde package is not present).</td>
|
||||
</tr>
|
||||
</table>
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue