From 73de2527c3f22cb558f9933ec67e754d727a8825 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 23 Jan 2005 15:53:25 +0000 Subject: put the new option auto=dev instead of auto=yes (see mdadm-1.8.0-2mdk) --- perl-install/raid.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/raid.pm') diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 4b4cb8109..08a792065 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -227,7 +227,7 @@ sub prepare_prefixed { output("$::prefix/etc/mdadm.conf", join(' ', 'DEVICE', @devices) . "\n", - map { "ARRAY " . devices::make($_->{device}) . " UUID=$_->{UUID} auto=yes\n" } @$raids); + map { "ARRAY " . devices::make($_->{device}) . " UUID=$_->{UUID} auto=dev\n" } @$raids); } sub get_md_info { -- cgit v1.2.1