Skip to content

Commit

Permalink
README.textile: raid edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Oct 12, 2014
1 parent 5173214 commit 528670a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Asingle character or word is sufficient in that case.

KERNEL-COMMAND-LINE-ARG: @iraid=<array>+UUID=<uuid>[|<p>|<f>]@
DESCRIPTION: comma separated list of arrays for root, swap and resume
EXAMPLE:
EXAMPLE: @iroot=md1 iraid=sd[ab]+UUID=<uuid>@

KERNEL-COMMAND-LINE-ARG: @iswap=<type>:<VG-LV>[:signature]@
DESCRIPTION: the equivalent of @iroot@ for swap
Expand Down Expand Up @@ -241,8 +241,8 @@ Either way @iraid@ is sufficient to enable arrays:

@echo ARRAY <array> <uuid> >> /etc/mdadm.conf@,
or else, @iraid=md<n>+<part>@ to enable arrays like:
@echo ARRAY <array> devices=/dev/sd*<part> >> /etc/mdadm.conf@,
@<part>@ could be something like @[a-d]2@.
@echo ARRAY <array> devices=[/dev/sd*]<part> >> /etc/mdadm.conf@,
@<part>@ could be something like @/dev/sd[a-d]2|sd[a-d]2|[a-d]2@.

Or else, an optional @<format>@ can be used to enable mdraid software (ata)raid
e.g. @asr|..|isw|jmicron|..|dos@ see @mdraid -l@. dmraid software raid can be
Expand Down

0 comments on commit 528670a

Please sign in to comment.