diff options
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 7665f877a..ae4bc92ae 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -14,40 +14,45 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: testing.conf,v 1.52 2006/04/24 16:58:03 as Exp $ +# RCSID $Id: testing.conf 4022 2008-05-28 14:13:40Z andreas $ # Root directory of testing UMLTESTDIR=~/strongswan-testing # Bzipped kernel sources # (file extension .tar.bz2 required) -KERNEL=$UMLTESTDIR/linux-2.6.23.11.tar.bz2 +KERNEL=$UMLTESTDIR/linux-2.6.26-rc3.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` # Kernel configuration file -KERNELCONFIG=$UMLTESTDIR/.config-2.6.23 +KERNELCONFIG=$UMLTESTDIR/.config-2.6.26 # Bzipped uml patch for kernel # (not needed anymore for 2.6.9 kernel or higher) #UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.1.10.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.2.4.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" USE_LDAP="yes" USE_EAP_AKA="yes" -USE_P2P="yes" +USE EAP_SIM="yes" +USE_EAP_MD5="yes" +USE_SQL="yes" +USE_MEDIATION="yes" +USE_OPENSSL="yes" +USE_INTEGRITY_TEST="no" USE_LEAK_DETECTIVE="no" # Gentoo linux root filesystem -ROOTFS=$UMLTESTDIR/gentoo-fs-20071108.tar.bz2 +ROOTFS=$UMLTESTDIR/gentoo-fs-20080407.tar.bz2 # Size of the finished root filesystem in MB -ROOTFSSIZE=544 +ROOTFSSIZE=600 # Amount of Memory to use per UML [MB]. # If "auto" is stated 1/12 of total host ram will be used. @@ -87,8 +92,10 @@ ENABLE_STOP_TESTING="no" ############################################################## # How to start the UMLs? # -# Start the UML instance in KDE konsole (requires KDE) -UMLSTARTMODE="konsole" +# Start the UML instance in a KDE konsole (requires KDE) +# UMLSTARTMODE="konsole" +# Start the UML instance in a gnome-terminal (requires gnome) +UMLSTARTMODE="gnome-terminal" # Start the UML instance in an xterm (requires X11R6) # UMLSTARTMODE="xterm" # Start the UML instance without a terminal window |