Преглед изворни кода

-q breaks mkfs.vfat, reported by joern

Waldemar Brodkorb пре 10 година
родитељ
комит
51ce4a5f07
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/install.sh

+ 1 - 1
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"
 	}
 	;;