summary refs log tree commit diff
path: root/Documentation/decisions/003-partitioning.adoc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-07-21 20:05:09 +0000
committerAlyssa Ross <hi@alyssa.is>2022-07-22 11:31:19 +0000
commit6dfedf90b77e4fda2e375e3f907b8090143856a0 (patch)
treee67e5bd74c3d6cc1d0e2a4b36d7c2117eabd3d39 /Documentation/decisions/003-partitioning.adoc
parent5ad4b02eb9cff90c28d31cb865ca14f81d68a47e (diff)
downloadspectrum-6dfedf90b77e4fda2e375e3f907b8090143856a0.tar
spectrum-6dfedf90b77e4fda2e375e3f907b8090143856a0.tar.gz
spectrum-6dfedf90b77e4fda2e375e3f907b8090143856a0.tar.bz2
spectrum-6dfedf90b77e4fda2e375e3f907b8090143856a0.tar.lz
spectrum-6dfedf90b77e4fda2e375e3f907b8090143856a0.tar.xz
spectrum-6dfedf90b77e4fda2e375e3f907b8090143856a0.tar.zst
spectrum-6dfedf90b77e4fda2e375e3f907b8090143856a0.zip
Documentation: copy-edit and integrate ADRs
This makes the ADRs accessible from the documentation site, and adds
an index page for them, into which I moved the explanation of what
they are.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
Diffstat (limited to 'Documentation/decisions/003-partitioning.adoc')
-rw-r--r--Documentation/decisions/003-partitioning.adoc28
1 files changed, 18 insertions, 10 deletions
diff --git a/Documentation/decisions/003-partitioning.adoc b/Documentation/decisions/003-partitioning.adoc
index a78641f..8494ea4 100644
--- a/Documentation/decisions/003-partitioning.adoc
+++ b/Documentation/decisions/003-partitioning.adoc
@@ -1,15 +1,21 @@
-# Partitioning
+= 003 Partitioning
+:page-parent: Architecture Decision Records
+:page-grand_parent: Explanation
 
 // SPDX-FileCopyrightText: 2022 Unikie
 // SPDX-License-Identifier: GFDL-1.3-no-invariants-or-later OR CC-BY-SA-4.0
 
-## Status
+== Status
+
 Proposed
 
-## Context
-Partitions are required to install the Spectrum OS, VMs and store user data.
+== Context
+
+Partitions are required to install the Spectrum operating system, VMs
+and store user data.
+
+== Decision
 
-## Decision
 ----
 <blockdevice>                        # EFI system partition
 <blockdevice>                        # XBOOTLDR
@@ -21,8 +27,10 @@ Partitions are required to install the Spectrum OS, VMs and store user data.
 <blockdevice>n to the end of disk    # user data
 ----
 
-## Consequences
-LVM may support resizing - both increasing and decreasing with some limitation
-when there's alreay data on volume(s). Does LVM work with all disk types? We
-have to implement XBOOTLDR to support EFI system partition created by Windows -
-to support dual boot
+== Consequences
+
+- LVM may support resizing - both increasing and decreasing with some limitation
+when there's alreay data on volume(s).
+- Does LVM work with all disk types?
+- We have to implement XBOOTLDR to support EFI system partition
+  created by Windows -- to support dual boot.