summaryrefslogtreecommitdiff
path: root/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install.sh')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
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"
}
;;