소스 검색

-q breaks mkfs.vfat, reported by joern

Waldemar Brodkorb 9 년 전
부모
커밋
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"
 	}
 	;;