diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-02 07:32:51 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-02 07:32:51 -0500 |
commit | a3320d04f167928a46c04625ce6f9fadee005e7e (patch) | |
tree | 31885efe8a9661ad4c2686c4e87662a14d3861d9 /devel | |
parent | 7f860f3f35de770c9cd1e6ce2553705113f0ed41 (diff) | |
download | horizon-a3320d04f167928a46c04625ce6f9fadee005e7e.tar.gz horizon-a3320d04f167928a46c04625ce6f9fadee005e7e.tar.bz2 horizon-a3320d04f167928a46c04625ce6f9fadee005e7e.tar.xz horizon-a3320d04f167928a46c04625ce6f9fadee005e7e.zip |
req: 3: Add UI.Packages.SimpleSel.MinimalTUI
Diffstat (limited to 'devel')
-rw-r--r-- | devel/requirements/3_functional.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index 4bdcb2a..4043f13 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -377,7 +377,7 @@ <title>Functional Requirements</title> <formalpara id="UI.Packages.SimpleSel"> <title>UI.Packages.SimpleSel</title> - <para>The system shall allow the User to choose from one of three preset package sets, or to customise the packages installed.</para> + <para>The system shall allow the User to choose from one of the following four preset package sets, or to customise the packages installed.</para> </formalpara> <formalpara id="UI.Packages.SimpleSel.Standard"> <title>UI.Packages.SimpleSel.Standard</title> @@ -389,7 +389,11 @@ </formalpara> <formalpara id="UI.Packages.SimpleSel.Minimal"> <title>UI.Packages.SimpleSel.Minimal</title> - <para>The system shall allow the User to choose the Minimal preset, which uses <literal>adelie-base</literal> as an anchor package, and includes <literal>lxqt-desktop</literal>, <literal>featherpad</literal>, <literal>netsurf</literal>, <literal>xorg-apps</literal>, <literal>xorg-drivers</literal>, and <literal>xorg-server</literal> packages.</para> + <para>The system shall allow the User to choose the Minimal preset, which uses <literal>adelie-base</literal> as an anchor package, and includes the <literal>lxqt-desktop</literal>, <literal>featherpad</literal>, <literal>netsurf</literal>, <literal>xorg-apps</literal>, <literal>xorg-drivers</literal>, and <literal>xorg-server</literal> packages.</para> + </formalpara> + <formalpara id="UI.Packages.SimpleSel.MinimalTUI"> + <title>UI.Packages.SimpleSel.MinimalTUI</title> + <para>The system shall allow the User to choose the Minimal Non-Graphical preset, which uses <literal>adelie-base</literal> as an anchor package, and includes the <literal>elinks</literal> and <literal>tmux</literal> packages.</para> </formalpara> <formalpara id="UI.Packages.SimpleSel.Custom"> <title>UI.Packages.SimpleSel.Custom</title> |