=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2014-06-26 19:29:09 +0000 +++ zsh-functions/confz_fs_init 2014-06-26 18:23:05 +0000 @@ -59,7 +59,7 @@ fail_reason="no blkid signature found on $vars[device]" [[ -z $blk_out ]] && return 1 # nothing found on the device eval $blk_out - [[ $LABEL == ${vars[label]} && $TYPE == $vars[filesystem] ]] && return 0 + [[ $LABEL == ${vars[label]} && $TYPE == xfs ]] && return 0 die "$0: filesystem already present on ${(qqq)vars[device]}!" } @@ -130,7 +130,7 @@ require logical_volume %device :vg_name :size :lv_name require filesystem :device :label :filesystem - require fstab :device :mountpoint :filesystem \?opts \?dump \?pass + require fstab :device :mountpoint :filesystem :opts :dump :pass require mounted :device :mountpoint do_command=( true )