=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2017-11-22 00:17:12 +0000 +++ zsh-functions/confz_fs_init 2017-11-21 16:21:15 +0000 @@ -501,8 +501,8 @@ read vg_name lv_name pv_name pvseg_start pvseg_size segtype do vg_name=${vg_name/# #} # strip preceding space + (($#found)) && die "$0: more than one segment found" if matchvars vg_name $vg_name lv_name $lv_name; then - (($#found)) && die "$0: more than one segment found" if [[ $segtype != linear ]] || ! matchvars pv_name $pv_name offset $pvseg_start extents $pvseg_size; then die "$0: non-matching physical layout of the volume" fi