From: Rachita Kothiyal Date: Thu, 3 Jan 2008 22:33:39 +0000 (-0500) Subject: Use tmpfs/ramfs on all lower branches X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=3195602b17fd50d1426d51a4bca419dbdcf3fe0f;p=unionfs-regression-odf.git Use tmpfs/ramfs on all lower branches Signed-off-by: Rachita Kothiyal --- diff --git a/odf.conf b/odf.conf index 034f632..34a3dc4 100644 --- a/odf.conf +++ b/odf.conf @@ -62,12 +62,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.