diff options
| author | Brian Behlendorf <behlendorf1@llnl.gov> | 2013-01-28 22:49:12 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2013-01-28 23:36:02 +0000 |
| commit | ff5b1c8065c8a43add534892172f0aa5aba90f3d (patch) | |
| tree | 79700693f35e3daa326e5458622933c1388c098c /scripts | |
| parent | 2b7ab9d4d9b307c354795e2805ff313ddd01985d (diff) | |
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/common.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common.sh.in b/scripts/common.sh.in index 531c7983b4f9..c6d98f66bc06 100644 --- a/scripts/common.sh.in +++ b/scripts/common.sh.in @@ -371,7 +371,7 @@ format() { # Force 4K blocksize, else mkfs.ext2 tries to use 8K, which # won't mount - /sbin/mkfs.${FSTYPE} -b 4096 -F -q ${DEVICE} || return 1 + /sbin/mkfs.${FSTYPE} -b 4096 -F -q ${DEVICE} >/dev/null || return 1 return 0 } |
