Add a TODO item for 5.2-RELEASE to provide for better integration of
GBDE run-time configuration as part of file system mounting dependencies. Submitted by: Lucky Green <shamrock@cypherpunks.to>
This commit is contained in:
parent
449bd90d95
commit
b334b33eb9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16978
1 changed files with 10 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.18 2003/05/17 00:00:31 bmah Exp $">
|
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.19 2003/05/17 19:07:27 rwatson Exp $">
|
||||||
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
<!ENTITY title "FreeBSD 5.2 Open Issues">
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||||
|
|
@ -197,6 +197,15 @@
|
||||||
above 15).</td>
|
above 15).</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Run-time autoconfiguration of GBDE and related transforms</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>--</td>
|
||||||
|
<td>Currently, gbde must be manually configured at run-time each
|
||||||
|
time an encrypted disk device is mounted. This prevents easy
|
||||||
|
integration into /etc/fstab and easy automated deployment.
|
||||||
|
Improved integration with the configuration, mounting, and boot
|
||||||
|
process is required to make this feature more easily accessible.</td>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue