From 045da6924119d0d8eddac0f30810e36da56241e4 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Tue, 7 May 2002 05:58:13 +0000 Subject: [PATCH] get some default MKFS_OPTIONS and MOUNT_OPTIONS happening so its more obvious on how to use these variables. --- check | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/check b/check index 22f438da..926000a8 100755 --- a/check +++ b/check @@ -1,5 +1,6 @@ #!/bin/sh - +# +# Control script for QA # # Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. # @@ -31,11 +32,9 @@ # # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/ # -# -# Control script for QA -# -# $Header: /build2/depot/linux/pcp/dev/qa/RCS/check,v 2.32 1999/10/18 06:58:20 kenmcd Exp $ -# + +export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096} +export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2} tmp=/tmp/$$ status=0 -- 2.47.3