Use tmpfs/ramfs on all lower branches
authorRachita Kothiyal <rachita@louie.fsl.cs.sunysb.edu>
Thu, 3 Jan 2008 22:33:39 +0000 (17:33 -0500)
committerRachita Kothiyal <rachita@louie.fsl.cs.sunysb.edu>
Thu, 3 Jan 2008 22:33:39 +0000 (17:33 -0500)
Signed-off-by: Rachita Kothiyal <rachita@fsl.cs.sunysb.edu>
odf.conf

index 034f6322bfe90c0b8172e620c24c52585747ea1d..34a3dc48903875aaab33f20dabe291c703e17132 100644 (file)
--- 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.