Skip to content

Commit 73ec492

Browse files
authored
Merge pull request #86508 from jlebon/pr/fix-vroc-typos
vroc: fix typos in mdadm commands
2 parents 0643d22 + 720e268 commit 73ec492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-special-config-raid-intel-vroc.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ mdadm -CR /dev/md/imsm0 -e \
3131
+
3232
[source,terminal]
3333
----
34-
$ mdadm -CR /dev/md/dummy -l0 -n2 /dev/imsm0 -z10m --assume-clean
34+
$ mdadm -CR /dev/md/dummy -l0 -n2 /dev/imsm0 -z10M --assume-clean
3535
----
3636

3737
.. Create the real RAID1 array by running the following command:
@@ -63,7 +63,7 @@ $ mdadm -A /dev/md/coreos /dev/md/imsm0
6363
+
6464
[source,terminal]
6565
----
66-
$ mdadm --details --export /dev/md/imsm0
66+
$ mdadm --detail --export /dev/md/imsm0
6767
----
6868

6969
.. Install {op-system} and include the `rd.md.uuid` kernel argument by running the following command:

0 commit comments

Comments
 (0)