summaryrefslogtreecommitdiff
path: root/debian/README.recipes
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-10 16:38:37 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-10-10 16:38:37 +0000
commit5615d1bb18684ef4f899e06a4139d39565092167 (patch)
treeebe6e83499a87f8795970432fd5a9fd07e9cd255 /debian/README.recipes
parent37d00a5677085e0796b9f7a3750667e5373c361a (diff)
docs updates
Diffstat (limited to 'debian/README.recipes')
-rw-r--r--debian/README.recipes7
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/README.recipes b/debian/README.recipes
index fb98a787..6403d53c 100644
--- a/debian/README.recipes
+++ b/debian/README.recipes
@@ -134,8 +134,11 @@ Enjoy. Submissions welcome.
# for example, to set the preferred minor to 4:
mdadm --assemble /dev/md4 /dev/sd[abc]1
- # if this does not work (you need a 2.6 kernel), try:
- mdadm --assemble --update super-minor /dev/md4 /dev/sd[abc]1
+ # this only works on 2.6 kernels, and only for RAID levels of 1 and above.
+ # for other MD arrays, you need to specify --update explicitly:
+ mdadm --assemble --update=super-minor /dev/md4 /dev/sd[abc]1
+
+ # see also item 12 in the FAQ contained with the Debian package.
-- martin f. krafft <madduck@debian.org> Fri, 06 Oct 2006 15:39:58 +0200