From 44f2c75e882184933fd302ca73050970ec03713a Mon Sep 17 00:00:00 2001 From: Erez_Zadok Date: Wed, 11 Jul 2007 22:00:18 -0400 Subject: [PATCH] turn on cramfs support in regression configuration files. --- brm.conf | 10 ++++++++++ default.conf | 10 ++++++++++ thor.conf | 10 ++++++++++ 3 files changed, 30 insertions(+) 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} -- 2.43.0