add host "lite"
authorEric Sandeen <sandeen@sgi.com>
Thu, 17 Jan 2002 21:05:44 +0000 (21:05 +0000)
committerEric Sandeen <sandeen@sgi.com>
Thu, 17 Jan 2002 21:05:44 +0000 (21:05 +0000)
common.config

index e5a68fa266dfdb4328d7e06647d5b0050f3ef674..4df0af020cece84c6b450a4b7fec40b26c4bd9a3 100644 (file)
@@ -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