turn on cramfs support in regression configuration files.
authorErez_Zadok <ezk@cs.sunysb.edu>
Thu, 12 Jul 2007 02:00:18 +0000 (22:00 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Thu, 12 Jul 2007 02:00:18 +0000 (22:00 -0400)
brm.conf
default.conf
thor.conf

index 0e3a478cf9ffb2dbb93dd0cbfbb7c326e91aea32..87b962f8543dfab99002a1e1e06daa068cae0b82 100644 (file)
--- a/brm.conf
+++ b/brm.conf
@@ -54,6 +54,16 @@ case ${MYFS} in
                FS2=ext2
                FS3=ext2
        ;;
+# cramfs is special: only thek 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.
+       cramfs )
+               SPECIAL_FS=${MYFS}
+               FS0=ext2
+               FS1=ext2
+               FS2=ext2
+               FS3=ext2
+       ;;
        * )
                FS0=${MYFS}
                FS1=${MYFS}
index a8a63051e7e7a73bd10d68c0ad80e4d70801afaa..85a377af1bd505e17fb6f9be74ef6538d47cfe26 100644 (file)
@@ -56,6 +56,16 @@ case ${MYFS} in
                FS2=ext2
                FS3=ext2
        ;;
+# cramfs is special: only thek 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.
+       cramfs )
+               SPECIAL_FS=${MYFS}
+               FS0=ext2
+               FS1=ext2
+               FS2=ext2
+               FS3=ext2
+       ;;
        * )
                FS0=${MYFS}
                FS1=${MYFS}
index 19c4e4aa71ea13c0e39479a511e437608e52cc33..38c1d17a0326ac878db1dc635714092ed0201e8a 100644 (file)
--- a/thor.conf
+++ b/thor.conf
@@ -55,6 +55,16 @@ case ${MYFS} in
                FS2=ext2
                FS3=ext2
        ;;
+# cramfs is special: only thek 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.
+       cramfs )
+               SPECIAL_FS=${MYFS}
+               FS0=ext2
+               FS1=ext2
+               FS2=ext2
+               FS3=ext2
+       ;;
        * )
                FS0=${MYFS}
                FS1=${MYFS}