=== modified file 'zsh-functions/confz_fs_init'
--- zsh-functions/confz_fs_init	2017-12-13 18:06:40 +0000
+++ zsh-functions/confz_fs_init	2017-12-13 17:56:18 +0000
@@ -555,8 +555,7 @@
 		(xfs|btrfs|ext[234])
 			do_command+=( -L ${vars[label]} );;
 		(reiserfs)
-			# Asks questions without -q
-			do_command+=( -l ${vars[label]} -q );;
+			do_command+=( -l ${vars[label]} );;
 		(*)
 			if [[ -n $vars[label] ]]; then
 				die "$0: I don't know how to set label on ${(qqq)vars[filesystem]}"