From 0017a23753e8cf227e26366e55d3d27f9e60e6fd Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Sat, 5 Jun 2010 08:02:11 +1000 Subject: mdadm.conf: fix AUTO typo Reported-by: Marc Schiffbauer Signed-off-by: Mike Frysinger --- mdadm.conf-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdadm.conf-example b/mdadm.conf-example index 9250f23..7bdff67 100644 --- a/mdadm.conf-example +++ b/mdadm.conf-example @@ -34,7 +34,7 @@ # If you want to ignore all DDF arrays (maybe they are managed by dmraid), # and only assemble 1.x arrays if which are marked for 'this' homehost, # but assemble all others, then use -#AUTH -ddf hosthost -1.x +all +#AUTO -ddf homehost -1.x +all # # ARRAY lines specify an array to assemble and a method of identification. # Arrays can currently be identified by using a UUID, superblock minor number, -- cgit