From: Eric Sandeen Date: Thu, 17 Jan 2002 21:05:44 +0000 (+0000) Subject: add host "lite" X-Git-Tag: v1.1.0~1172 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a7d6e4ed5cb7b8c21bf81853ea384101ce15a4b7;p=users%2Fhch%2Fxfstests-dev.git add host "lite" --- diff --git a/common.config b/common.config index e5a68fa26..4df0af020 100644 --- a/common.config +++ b/common.config @@ -198,6 +198,13 @@ in SCRATCH_RTDEV=/dev/ubd/3 SCRATCH_LOGDEV=/dev/ubd/4 ;; + lite) + TEST_DEV=/dev/sda1 + TEST_DIR=/mnt/sda1 + SCRATCH_DEV=/dev/sda2 + SCRATCH_MNT=/mnt/sda2 + SCRATCH_LOGDEV=/dev/sda3 + ;; *) echo "common.config: Error: need to define parameters for host `hostname -s`" exit 1