summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-24 03:32:08 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-24 03:32:08 -0500
commit8c5a8d49aa859db2c4f41011bd03a7da415d032e (patch)
tree93d4fbe3179612b3fb75014baf2d4cffb86ab792 /devel
parent674c7cb2ca99c7f0c248a9bb791c51cf66aa7411 (diff)
downloadhorizon-8c5a8d49aa859db2c4f41011bd03a7da415d032e.tar.gz
horizon-8c5a8d49aa859db2c4f41011bd03a7da415d032e.tar.bz2
horizon-8c5a8d49aa859db2c4f41011bd03a7da415d032e.tar.xz
horizon-8c5a8d49aa859db2c4f41011bd03a7da415d032e.zip
req: 3: maybe even finish UI.Partition.*
Diffstat (limited to 'devel')
-rw-r--r--devel/requirements/3_functional.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml
index 46d7f8c..5275249 100644
--- a/devel/requirements/3_functional.xml
+++ b/devel/requirements/3_functional.xml
@@ -246,7 +246,27 @@
</formalpara>
<formalpara id="UI.Partition.Install.UserPrompt.Unlabelled">
<title>UI.Partition.Install.UserPrompt.Unlabelled</title>
- <para>If the block device contains no label, the system shall allow the User to choose an automatic disk label and partition layout based on the platform or specify their own partition layout.</para>
+ <para>If the block device contains no label, the system shall allow the User to choose an automatic disk label and partition layout based on the platform or to specify their own partition layout.</para>
+ </formalpara>
+ <formalpara id="UI.Partition.Install.UserPrompt.LabelledWithSpace">
+ <title>UI.Partition.Install.UserPrompt.LabelledWithSpace</title>
+ <para>If the block device contains a disklabel, and the disklabel has enough free space for a minimal installation based on the platform, the system shall allow the User to choose an automatic partition layout, to use the existing partition layout, to specify their own partition layout, or to remove the existing data and automatically label and partition the entire disk.</para>
+ </formalpara>
+ <formalpara id="UI.Partition.Install.UserPrompt.LabelledAndFull">
+ <title>UI.Partition.Install.UserPrompt.LabelledAndFull</title>
+ <para>If the block device contains a disklabel, and the disklabel is either full or does not have enough free space for a minimal installation based on the platform, the system shall allow the User to choose to use the existing partition layout, to specify their own partition layout, or to remove the existing data and automatically label and partition the entire disk.</para>
+ </formalpara>
+ <formalpara id="UI.Partition.Install.Automatic">
+ <title>UI.Partition.Install.Automatic</title>
+ <para>If the User chooses to use an automatic disklabel and/or partition layout on the block device, the system shall create the necessary partition layout as defined by the platform of the computer.</para>
+ </formalpara>
+ <formalpara id="UI.Partition.Install.Manual">
+ <title>UI.Partition.Install.Manual</title>
+ <para>If the User chooses to specify their own partition layout, the system shall allow the User to create partitions as desired.</para>
+ </formalpara>
+ <formalpara id="UI.Partition.Install.Mount">
+ <title>UI.Partition.Install.Mount</title>
+ <para>If the User chooses to specify their own partition layout, or to use the existing partition layout on the disk, the system shall allow the User to choose the mount points for any extant partitions.</para>
</formalpara>
</section>
</section>