=== modified file 'zsh-functions/confz_fs_init' --- zsh-functions/confz_fs_init 2019-02-13 09:55:10 +0000 +++ zsh-functions/confz_fs_init 2019-02-13 09:28:10 +0000 @@ -683,8 +683,8 @@ defvar label ${${vars[lv_name]}[1,12]} defvar root / - [[ $vars[mountpoint] == /* ]] || \\ - die "$0: mountpoint must be absolute path, got: ${(qqq)vars[mountpoint]}" + [[ $mountpoint == /* ]] || \\ + die "$0: mountpoint must be absolute path, got: ${(qqq)mountpoint}" require logical_volume %device \?vg_name :size :lv_name require filesystem :device :label :filesystem \?mkfs_opts require fstab fstab=${vars[root]%/}/etc/fstab \