From 4ead3bef88f2ae724f94db160d2fa6121550c0f1 Mon Sep 17 00:00:00 2001 From: Rachita Kothiyal Date: Thu, 3 Jan 2008 17:42:04 -0500 Subject: [PATCH] Use tmpfs/ramfs on all lower branches in default.conf Signed-off-by: Rachita Kothiyal --- default.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/default.conf b/default.conf index 3289554..9ba4e78 100644 --- a/default.conf +++ b/default.conf @@ -54,12 +54,18 @@ DEV3=/dev/loop3 # 3. Special: jffs2, ramfs, tmpfs, cramfs, and squashfs. case ${MYFS} in # jffs2 is special: only the leftmost filesystem uses it - jffs* | ramfs | tmpfs ) + jffs* ) FS0=${MYFS} FS1=ext2 FS2=ext2 FS3=ext2 ;; + ramfs | tmpfs ) + FS0=${MYFS} + FS1=${MYFS} + FS2=${MYFS} + FS3=${MYFS} + ;; # cramfs is special: only the rightmost filesystem uses it but the cramfs # will be generated *inside* run-tests, because this is a read-only file # system and each test has a different configuration. -- 2.43.0