diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 09:35:13 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-08-31 09:35:13 -0500 |
commit | c6a2839fccef0847afe1f3f1abcf7862e7ac00f6 (patch) | |
tree | 25c615a5f47ec30a7b1e784872657fa42a2cf70a /devel/requirements | |
parent | 3d765a4e37c4e60e599975a44d2795ffbefca18d (diff) | |
download | horizon-c6a2839fccef0847afe1f3f1abcf7862e7ac00f6.tar.gz horizon-c6a2839fccef0847afe1f3f1abcf7862e7ac00f6.tar.bz2 horizon-c6a2839fccef0847afe1f3f1abcf7862e7ac00f6.tar.xz horizon-c6a2839fccef0847afe1f3f1abcf7862e7ac00f6.zip |
req: 2: use Parted for disk manipulation
Diffstat (limited to 'devel/requirements')
-rw-r--r-- | devel/requirements/2_description.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/requirements/2_description.xml b/devel/requirements/2_description.xml index 9c441c6..913c0ac 100644 --- a/devel/requirements/2_description.xml +++ b/devel/requirements/2_description.xml @@ -74,6 +74,10 @@ <title>IC-4</title> <para>Horizon Runner shall be written in a programming language that is present in the System repository of Adélie Linux, as listed at <xref linkend="REF-4"/>.</para> </formalpara> + <formalpara id="IC-5"> + <title>IC-5</title> + <para>The system shall perform all communication with external packages via documented APIs, and shall not use pipes to user-facing commands.</para> + </formalpara> </section> <section id="assumptions"> <title>Assumptions</title> @@ -91,7 +95,7 @@ </formalpara> <formalpara id="DEP-3"> <title>DEP-3</title> - <para>The system shall use TBD TODO HELP for manipulating disk partitions.</para> + <para>The system shall use the libparted library from <ulink url="https://www.gnu.org/software/parted/"><package>parted</package></ulink> for manipulating disk partitions.</para> </formalpara> <formalpara id="DEP-4"> <title>DEP-4</title> |