=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2015-07-03 01:51:53 +0000 +++ zsh-functions/confz_fs_init 2015-07-03 01:48:34 +0000 @@ -472,7 +472,6 @@ [[ -z $blk_out ]] && return 1 # nothing found on the device eval $blk_out [[ $LABEL == ${vars[label]} && $TYPE == $vars[filesystem] ]] && return 0 - [[ -z $TYPE && -z $LABEL && -z $UUID ]] && return 1 die "$0: filesystem already present on ${(qqq)vars[device]}!" }