From: Erez_Zadok Date: Thu, 12 Jul 2007 02:00:18 +0000 (-0400) Subject: turn on cramfs support in regression configuration files. X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=44f2c75e882184933fd302ca73050970ec03713a;p=unionfs-regression-odf.git turn on cramfs support in regression configuration files. --- diff --git a/brm.conf b/brm.conf index 0e3a478..87b962f 100644 --- 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} diff --git a/default.conf b/default.conf index a8a6305..85a377a 100644 --- a/default.conf +++ b/default.conf @@ -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} diff --git a/thor.conf b/thor.conf index 19c4e4a..38c1d17 100644 --- 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}