the Linux 2.6.28 uml guest kernel does not need any patches

This commit is contained in:
Andreas Steffen
2009-01-09 00:28:47 +00:00
parent 4faaa05439
commit a205d9581d
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -55,10 +55,8 @@ are required for the strongSwan testing environment:
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
* The Linux kernel 2.6.26 requires the following patch for the uml guest kernel
to successfully start up:
http://download.strongswan.org/uml/uml-2.6.28.patch.bz2
* The Linux kernel 2.6.28 does not require any patches for the uml guest kernel
to successfully start up.
* The matching .config file required to compile the UML kernel:
+1 -1
View File
@@ -30,7 +30,7 @@ KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
KERNELCONFIG=$UMLTESTDIR/.config-2.6.28
# Bzipped uml patch for kernel
UMLPATCH=$UMLTESTDIR/uml-2.6.28.patch.bz2
#UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
# Bzipped source of strongSwan
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.11.tar.bz2