Browse Source

vserver: disable experimental vserver eatures in the kernel (for now)

user/chris/old/ruby
Alejandro Mery 16 years ago committed by Alejandro Mery
parent
commit
a17db6e5ac
  1. 4
      security/vserver/linux.cfg
  2. 4
      security/vserver/pkg_linux_post.conf

4
security/vserver/linux.cfg

@ -0,0 +1,4 @@
CONFIG_VSERVER_VTIME=n
CONFIG_VSERVER_DEVICE=n
CONFIG_TAG_NFSD=n
CONFIG_VSERVER_PRIVACY=n

4
security/vserver/pkg_linux_post.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../vserver/pkg_linux_post.conf
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -74,3 +74,5 @@ fi
echo_status "Including VServer ($pkg_ctx_ver) support."
hook_add postpatch 5 "lx_extraversion=\$lx_extraversion-vs${pkg_ctx_ver}"
var_insert lx_confmerge ' ' "$pkg_ctx_confdir/linux.cfg"

Loading…
Cancel
Save