From 757234466509aae6221c2cb96e8366f41ba7e532 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 14 Dec 2006 17:31:10 +1100 Subject: Default to --auto=yes so the array devices with 'standard' names get created automatically, as this is almost always what is wanted. --- config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'config.c') diff --git a/config.c b/config.c index 38e911a..7101c3b 100644 --- a/config.c +++ b/config.c @@ -255,6 +255,7 @@ mddev_dev_t load_partitions(void) } struct createinfo createinfo = { + .autof = 2, /* by default, create devices with standard names */ .symlinks = 1, #ifdef DEBIAN .gid = 6, /* disk */ -- cgit