summaryrefslogtreecommitdiff
path: root/073
diff options
context:
space:
mode:
authorAllan Randall <allanr@sgi.com>2006-06-23 02:57:44 +0000
committerAllan Randall <allanr@sgi.com>2006-06-23 02:57:44 +0000
commit176a17cc7c561c3a8f121dcd3063a19fd8b44a38 (patch)
tree116bbd7bc0ebb8a66186400f2936ef8c4521b0ef /073
parentf861369a2aff1d8312b998e4db07dc0ad6884ddf (diff)
fixed mkfs options to stop failure when sunit and swidth are set as MKFS_OPTIONS
Merge of master-melb:xfs-cmds:26322a by kenmcd. fixed mkfs options to stop failure when sunit and swidth are set as MKFS_OPTIONS.
Diffstat (limited to '073')
-rwxr-xr-x0731
1 files changed, 1 insertions, 0 deletions
diff --git a/073 b/073
index 37bd17d8..a06651d6 100755
--- a/073
+++ b/073
@@ -114,6 +114,7 @@ _supported_os Linux
_require_scratch
_require_loop
+MKFS_OPTIONS="" #ignore external MKFS_OPTIONS
_scratch_mkfs_xfs -dsize=41m,agcount=2 | _filter_mkfs 2>/dev/null
_scratch_mount 2>/dev/null || _fail "initial scratch mount failed"