From: Rachita Kothiyal Date: Thu, 3 Jan 2008 22:42:04 +0000 (-0500) Subject: Use tmpfs/ramfs on all lower branches in default.conf X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=4ead3bef88f2ae724f94db160d2fa6121550c0f1;p=unionfs-regression-odf.git Use tmpfs/ramfs on all lower branches in default.conf Signed-off-by: Rachita Kothiyal --- 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.