Explorar el Código

-q breaks mkfs.vfat, reported by joern

Waldemar Brodkorb hace 9 años
padre
commit
51ce4a5f07
Se han modificado 1 ficheros con 1 adiciones y 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"
 	}
 	;;