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

index 92e5aebc998e8e922f22ea7ef2c391607730af22..a8319e366786ec8aa0c3fb814de744a80f6366a6 100644 (file)
@@ -51,12 +51,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.