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

index 3289554b15b1138409b4d1c7f3ddb7f9bffc766a..9ba4e781cdc74d2e3c6d54165032e298f558584b 100644 (file)
@@ -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.