diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-30 02:47:32 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-30 02:47:32 -0500 |
commit | b7a31967c6b13ab5c5e953ed7b5f3d3fa127bedc (patch) | |
tree | 5890eddf7fdc3358b3d97565bab9253aeffa77ce /devel/vision/2_vision.xml | |
parent | c0afd1b0fd11eca7d11bdfe7668013d59574985f (diff) | |
download | horizon-b7a31967c6b13ab5c5e953ed7b5f3d3fa127bedc.tar.gz horizon-b7a31967c6b13ab5c5e953ed7b5f3d3fa127bedc.tar.bz2 horizon-b7a31967c6b13ab5c5e953ed7b5f3d3fa127bedc.tar.xz horizon-b7a31967c6b13ab5c5e953ed7b5f3d3fa127bedc.zip |
vision: Incorporate feedback from Lee Starnes
Diffstat (limited to 'devel/vision/2_vision.xml')
-rw-r--r-- | devel/vision/2_vision.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/vision/2_vision.xml b/devel/vision/2_vision.xml index 790489f..d0ef233 100644 --- a/devel/vision/2_vision.xml +++ b/devel/vision/2_vision.xml @@ -26,6 +26,7 @@ <listitem id="ASM-1"><para>Project Horizon will be the only official way to install Adélie Linux outside of manual (chroot-based) installation.</para></listitem> <listitem id="ASM-2"><para>Project Horizon will have exclusive control of the target system while it is committing to disk. No other user-facing applications will be allowed to run during this process.</para></listitem> <listitem id="ASM-3"><para>The Horizon UI will run in a graphical display mode, not a text-only mode.</para></listitem> + <listitem id="ASM-4"><para>"Full disk encryption" does not include the /boot partition.</para></listitem> </orderedlist> </section> <section id="dependencies"> @@ -52,6 +53,7 @@ <listitem id="DEP-3.2"><para>The physical (MAC) address, if the interface supports spoofing.</para></listitem> <listitem id="DEP-3.3"><para>The network address and host address of the interface, using IP version 4 and/or 6.</para></listitem> <listitem id="DEP-3.4"><para>Routes and their metrics.</para></listitem> + <listitem id="DEP-3.5"><para>For wireless links, access point / BSSID and authentication, including discovery of nearby networks and manual entry for hidden networks.</para></listitem> </orderedlist> </para> </formalpara> @@ -71,6 +73,7 @@ <orderedlist id="DEP5_sub"> <listitem id="DEP-5.1"><para>GRUB 2.</para></listitem> <listitem id="DEP-5.2"><para>syslinux.</para></listitem> + <listitem id="DEP-5.3"><para>U-Boot.</para></listitem> </orderedlist> </para> </formalpara> @@ -79,10 +82,10 @@ <para>The system must be able to read an HorizonScript file from network locations. The protocols supported for release 1.0 include: <orderedlist id="DEP6_sub"> <listitem id="DEP-6.1"><para>HTTP/1.1.</para></listitem> - <listitem id="DEP-6.2"><para>HTTPS (HTTP/1.1 with TLS).</para></listitem> + <listitem id="DEP-6.2"><para>HTTPS (HTTP/1.1 with TLS 1.2 or higher).</para></listitem> <listitem id="DEP-6.3"><para>TFTP.</para></listitem> - <listitem id="DEP-6.4"><para>SFTP.</para></listitem> - <listitem id="DEP-6.5"><para>CIFS.</para></listitem> + <listitem id="DEP-6.4"><para>SFTP (subsystem of SSH).</para></listitem> + <listitem id="DEP-6.5"><para>CIFS/SMB.</para></listitem> </orderedlist> </para> </formalpara> |