commit b0c94536fb2e8c4142e7d6eec18ccfa2edcdde4c
parent 8e984fa458654f4c8f9dc8bab8e27bc4515b6950
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Wed, 13 Dec 2017 19:06:40 +0100
More reiserfs support.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init
@@ -555,7 +555,8 @@ confz_filesystem_check() {
(xfs|btrfs|ext[234])
do_command+=( -L ${vars[label]} );;
(reiserfs)
- do_command+=( -l ${vars[label]} );;
+ # Asks questions without -q
+ do_command+=( -l ${vars[label]} -q );;
(*)
if [[ -n $vars[label] ]]; then
die "$0: I don't know how to set label on ${(qqq)vars[filesystem]}"