=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2015-04-20 13:59:05 +0000 +++ zsh-functions/confz_fs_init 2015-04-20 13:49:43 +0000 @@ -265,7 +265,7 @@ volumes=( $(lvm vgs --noheadings -o vg_name,pv_count) ) || \ die "$0: lvm vgs command returned error" if ! (($+volumes[${vars[vg_name]}])); then - do_command=( lvm vgcreate ${vars[vg_name]} $vg_devices ) + do_command=( lvm vg_create ${vars[vg_name]} $vg_devices ) return 1 fi devices=( $(lvm pvs --noheadings -o pv_name,vg_name) ) || \