You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Reference/Host-Configuration/API-Reference/EncryptedVolume.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This parameter is required. It must be a valid file name and unique among all en
39
39
40
40
The ID of the LUKS-encrypted volume to create.
41
41
42
-
This parameter is required. It must be non-empty and unique among the IDs of all block devices in the host configuration. This includes the IDs of all disk partitions, encrypted volumes, software RAID arrays, and A/B volume pairs.
42
+
This parameter is required. It must be non-empty and unique among the IDs of all block devices in the Host Configuration. This includes the IDs of all disk partitions, encrypted volumes, software RAID arrays, and A/B volume pairs.
Copy file name to clipboardExpand all lines: docs/Reference/Host-Configuration/API-Reference/SoftwareRaidArray.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
Software RAID configuration.
6
6
7
-
The RAID array will be created using the `mdadm` package. During a clean install, all the existing RAID arrays that are on disks defined in the host configuration will be unmounted, and then stopped.
7
+
The RAID array will be created using the `mdadm` package. During a clean install, all the existing RAID arrays that are on disks defined in the Host Configuration will be unmounted, and then stopped.
8
8
9
-
The RAID arrays that are defined in the host configuration will be created, and mounted if requested in the `storage.filesystems` config.
9
+
The RAID arrays that are defined in the Host Configuration will be created, and mounted if requested in the `storage.filesystems` config.
10
10
11
11
To learn more about RAID, please refer to the [RAID wiki](https://wiki.archlinux.org/title/RAID).
12
12
@@ -39,7 +39,7 @@ See the reference links for picking the right number of devices. Devices are par
39
39
40
40
A unique identifier for the RAID array.
41
41
42
-
This is a user-defined string that links the RAID array to the `filesystems` config in the configuration. The identifier must be unique across devices of all types in the host configuration.
42
+
This is a user-defined string that links the RAID array to the `filesystems` config in the configuration. The identifier must be unique across devices of all types in the Host Configuration.
0 commit comments