Move the GPT sysinstall item to the 'please test' list. Thanks to Marcel
for tackling this.
This commit is contained in:
parent
c850cab057
commit
1e4f78d5c8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18698
1 changed files with 9 additions and 10 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.2R/todo.sgml,v 1.41 2003/10/31 09:23:07 hmp Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.42 2003/11/01 05:39:10 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -121,15 +121,6 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>GPT support for sysinstall</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>Sysinstall and libdisk need to be overhauled to support the GPT
|
||||
partition scheme. This is required for installing ia64 with
|
||||
sysinstall.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>PCM locking and performance issues</td>
|
||||
<td>--</td>
|
||||
|
@ -368,6 +359,14 @@
|
|||
and more. Much testing is needed to ensure no regressions.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>GPT support for sysinstall</td>
|
||||
<td>Complete</td>
|
||||
<td>&a.marcel;</td>
|
||||
<td>Sysinstall and libdisk has been overhauled to support the GPT
|
||||
partition scheme used on ia64.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue