enabled ha plugin in UML scenarios
This commit is contained in:
@@ -292,6 +292,11 @@ then
|
|||||||
echo -n " --enable-gcm" >> $INSTALLSHELL
|
echo -n " --enable-gcm" >> $INSTALLSHELL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$USE_HA" = "yes" ]
|
||||||
|
then
|
||||||
|
echo -n " --enable-ha" >> $INSTALLSHELL
|
||||||
|
fi
|
||||||
|
|
||||||
echo "" >> $INSTALLSHELL
|
echo "" >> $INSTALLSHELL
|
||||||
echo "make -j" >> $INSTALLSHELL
|
echo "make -j" >> $INSTALLSHELL
|
||||||
echo "make install" >> $INSTALLSHELL
|
echo "make install" >> $INSTALLSHELL
|
||||||
|
|||||||
@@ -66,12 +66,13 @@ USE_ADDRBLOCK="yes"
|
|||||||
USE_CTR="yes"
|
USE_CTR="yes"
|
||||||
USE_CCM="yes"
|
USE_CCM="yes"
|
||||||
USE_GCM="yes"
|
USE_GCM="yes"
|
||||||
|
USE_HA="yes"
|
||||||
|
|
||||||
# Gentoo linux root filesystem
|
# Gentoo linux root filesystem
|
||||||
ROOTFS=$UMLTESTDIR/gentoo-fs-20100830.tar.bz2
|
ROOTFS=$UMLTESTDIR/gentoo-fs-20100830.tar.bz2
|
||||||
|
|
||||||
# Size of the finished root filesystem in MB
|
# Size of the finished root filesystem in MB
|
||||||
ROOTFSSIZE=700
|
ROOTFSSIZE=800
|
||||||
|
|
||||||
# Amount of Memory to use per UML [MB].
|
# Amount of Memory to use per UML [MB].
|
||||||
# If "auto" is stated 1/12 of total host ram will be used.
|
# If "auto" is stated 1/12 of total host ram will be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user