From: Christian Brauner Date: Thu, 5 Oct 2017 07:55:50 +0000 (+0200) Subject: tools: remove lxc.pivotdir and lxc.kmsg entries X-Git-Tag: lxc-3.0.0.beta1~223^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727fd34960b2635015e5e9b5780e0d67cbb08992;p=thirdparty%2Flxc.git tools: remove lxc.pivotdir and lxc.kmsg entries Signed-off-by: Christian Brauner --- diff --git a/src/lxc/tools/lxc-update-config.in b/src/lxc/tools/lxc-update-config.in index 5bd550877..785322c38 100644 --- a/src/lxc/tools/lxc-update-config.in +++ b/src/lxc/tools/lxc-update-config.in @@ -67,6 +67,8 @@ sed -i \ -e 's/\([[:blank:]*]\|#*\)\(lxc\.network\)\(\.[[:digit:]*]\)/\1lxc\.net\3/g' \ -e 's/\([[:blank:]*]\|#*\)\(lxc\.network\)\([[:blank:]*]\|=\)/\1lxc\.net\3/g' \ -e '/\([[:blank:]*]\|#*\)\(lxc\.rootfs\.backend\)\([[:blank:]*]\|=\)/d' \ +-e '/\([[:blank:]*]\|#*\)\(lxc\.pivotdir\)\([[:blank:]*]\|=\)/d' \ +-e '/\([[:blank:]*]\|#*\)\(lxc\.kmsg\)\([[:blank:]*]\|=\)/d' \ "${CONFIGPATH}" # Finally, deal with network definitions of the following form: