created OS IMC/IMV pair
This commit is contained in:
@@ -247,6 +247,16 @@ then
|
||||
echo -n " --enable-imv-scanner" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_IMC_OS" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-imc-os" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_IMV_OS" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-imv-os" >> $INSTALLSHELL
|
||||
fi
|
||||
|
||||
if [ "$USE_IMC_ATTESTATION" = "yes" ]
|
||||
then
|
||||
echo -n " --enable-imc-attestation" >> $INSTALLSHELL
|
||||
|
||||
@@ -58,6 +58,8 @@ USE_IMC_TEST="yes"
|
||||
USE_IMV_TEST="yes"
|
||||
USE_IMC_SCANNER="yes"
|
||||
USE_IMV_SCANNER="yes"
|
||||
USE_IMC_OS="yes"
|
||||
USE_IMV_OS="yes"
|
||||
USE_IMC_ATTESTATION="yes"
|
||||
USE_IMV_ATTESTATION="yes"
|
||||
USE_SQL="yes"
|
||||
|
||||
Reference in New Issue
Block a user