Explorar o código

-q breaks mkfs.vfat, reported by joern

Waldemar Brodkorb %!s(int64=9) %!d(string=hai) anos
pai
achega
51ce4a5f07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 	}
 	;;