Package: lxc Severity: normal Tags: patch Hi, Gergely Risko has reported [1] that lxc Debian documentation is outdated. Please see the attached patch which fixes this.
--- [1] http://www.gossamer-threads.com/lists/linux/kernel/1766230#1766230 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.11.0-rc5-dirty (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- Michal Hocko
update swapaccount doc Since 3.0 (a2c8990a: memsw: remove noswapaccount kernel parameter) swapaccount parameter without any value is not recognized and =1 has to be provided explicitly. Signed-off-by: Michal Hocko <[email protected]> Index: lxc-0.9.0~alpha3/debian/lxc.README.Debian =================================================================== --- lxc-0.9.0~alpha3.orig/debian/lxc.README.Debian 2013-03-10 20:58:45.000000000 +0100 +++ lxc-0.9.0~alpha3/debian/lxc.README.Debian 2013-08-15 09:28:49.000000000 +0200 @@ -25,7 +25,7 @@ boot parameter needs to be used: In order to enable the swap controller for Debian wheezy, the following boot parameter needs to be used: - swapaccount + swapaccount=1 In order to enable apparmor which lxc can make use of, the following boot parameter needs to be used:

