summaryrefslogtreecommitdiffstats
path: root/Create.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2010-02-01 10:37:58 +1100
committerNeilBrown <neilb@suse.de>2010-02-01 10:37:58 +1100
commitcc86f89c855fcfe9820d0621ede1575adc317155 (patch)
tree06fcb58fa365bab95cc9c812854d068fadfe4ba3 /Create.c
parentac5678dd9b67995a84bf2348d82e641d7895415e (diff)
downloadmdadm-cc86f89c855fcfe9820d0621ede1575adc317155.tar.gz
mdadm-cc86f89c855fcfe9820d0621ede1575adc317155.tar.xz
mdadm-cc86f89c855fcfe9820d0621ede1575adc317155.zip
Create: Improve warning message about booting from v1.x
Suggesting that if your boot loaded doesn't support v1.x, then use --metadata=1.0 doesn't make a lot of sense. Also, '/', isn't really important, it is /boot that matters. Hopefully people who have /boot on '/' realise that /boot is on '/' .... Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Create.c')
-rw-r--r--Create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Create.c b/Create.c
index 7714828..909ac5d 100644
--- a/Create.c
+++ b/Create.c
@@ -393,9 +393,9 @@ int Create(struct supertype *st, char *mddev,
warn |= 1024;
fprintf(stderr, Name ": Note: this array has metadata at the start and\n"
" may not be suitable as a boot device. If you plan to\n"
- " store '/' or '/boot' on this device please ensure that\n"
+ " store '/boot' on this device please ensure that\n"
" your boot-loader understands md/v1.x metadata, or use\n"
- " --metadata=1.0\n");
+ " --metadata=0.90\n");
}
close(fd);
}