commit 08c6848c5285bf8fa5e4b0a55eb05b4b0da7c9d2
parent 0bd667504d084b48c8cb1d63f70efe7eb61ad254
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Sat, 15 Aug 2015 00:54:48 +0200
allow empty label for mounted_volume
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init
@@ -551,7 +551,7 @@ confz_bind_mounted_do() {
# create LVM2 logical volume, and make sure it's in fstab and mounted
confz_mounted_volume_check() {
- checkvars lv_name label
+ checkvars lv_name
defvar filesystem xfs
defvar label $vars[lv_name]