packages: util-vserver/util-vserver-pivot-root-ugly-hack.patch - 2.6.28.10 ...
arekm
arekm at pld-linux.org
Tue Jul 28 12:09:03 CEST 2009
Author: arekm Date: Tue Jul 28 10:09:03 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- 2.6.28.10 doesn't have working pivot_root for vservers
---- Files affected:
packages/util-vserver:
util-vserver-pivot-root-ugly-hack.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/util-vserver/util-vserver-pivot-root-ugly-hack.patch
diff -u packages/util-vserver/util-vserver-pivot-root-ugly-hack.patch:1.1 packages/util-vserver/util-vserver-pivot-root-ugly-hack.patch:1.2
--- packages/util-vserver/util-vserver-pivot-root-ugly-hack.patch:1.1 Mon Jun 15 17:52:30 2009
+++ packages/util-vserver/util-vserver-pivot-root-ugly-hack.patch Tue Jul 28 12:08:57 2009
@@ -51,7 +51,7 @@
+ // patches with recent kernels
+ case vcFEATURE_PIVOT_ROOT : return (ver >= 0x00020304) &&
+ ((kver >= 0x02062723 && kver < 0x02062800) ||
-+ (kver >= 0x02062810 && kver < 0x02062900) ||
++ (kver >= 0x02062811 && kver < 0x02062900) ||
+ (kver >= 0x02062901));
case vcFEATURE_PIDSPACE : return ver >= 0x00020305;
default : assert(false);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/util-vserver/util-vserver-pivot-root-ugly-hack.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list