add host "lite"

This commit is contained in:
Eric Sandeen
2002-01-17 21:05:44 +00:00
parent c3a218e1f2
commit a7d6e4ed5c
+7
View 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