mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
add host "lite"
This commit is contained in:
@@ -198,6 +198,13 @@ in
|
|||||||
SCRATCH_RTDEV=/dev/ubd/3
|
SCRATCH_RTDEV=/dev/ubd/3
|
||||||
SCRATCH_LOGDEV=/dev/ubd/4
|
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`"
|
echo "common.config: Error: need to define parameters for host `hostname -s`"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user