Signed-off-by: Rachita Kothiyal<rachita@fsl.cs.sunysb.edu>
# 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.