From 51ce4a5f070087d6697ffe9d6b27d88485aab5db Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 7 Oct 2014 05:33:10 +0200 Subject: -q breaks mkfs.vfat, reported by joern --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install.sh') diff --git a/scripts/install.sh b/scripts/install.sh index cf9d5ecf6..66553de6b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -200,7 +200,7 @@ case $ostype { umount "$1" } function create_fs { - mkfs.$3 -q "$1" + mkfs.$3 "$1" tune2fs -c 0 -i 0 "$1" } ;; -- cgit v1.2.3