aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgen_cmdline.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 0ca0f8d..3d9611f 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -318,9 +318,7 @@ parse_cmdline() {
print_info 2 "CMD_MDADM: $CMD_MDADM"
if [ "$CMD_MDADM" = "1" -a ! -e /sbin/mdadm ]
then
- echo 'Error: --multipath requires sys-fs/mdadm'
- echo ' to be installed on the host system.'
- exit 1
+ print_warning 'Warning: --mdadm generally requires sys-fs/mdadm present on the host system'
fi
;;
--mdadm-config=*)