commit a4c40827993b2d5eecb91c1901249a32292c1aec parent a2f05a26b7d9020636cc55314bab749376e3deb4 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Mon, 20 Apr 2015 15:32:10 +0200 fail mdraid check where appropriate Diffstat:
| M | zsh-functions/confz_fs_init | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init @@ -217,6 +217,7 @@ confz_mdraid_check() { # already created do_command=( mdadm --assemble $vars[md_device] $devices ) fi + return 1 }