created OS IMC/IMV pair

This commit is contained in:
Andreas Steffen
2012-10-09 23:58:36 +02:00
parent 49f0f7e7ca
commit e9f47ee2d5
12 changed files with 1242 additions and 2 deletions
+10
View File
@@ -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