[lxc-devel] [lxc/master] templates: remove legacy key from busybox

brauner on Github lxc-bot at linuxcontainers.org
Mon Aug 21 22:03:20 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 405 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170821/0c06c187/attachment.bin>
-------------- next part --------------
From fd99824155bddb26749f0c5f3ff7969dad3b9722 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Tue, 22 Aug 2017 00:02:28 +0200
Subject: [PATCH] templates: remove legacy key from busybox

lxc.rebootsignal -> lxc.signal.reboot

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 templates/lxc-busybox.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in
index f27efa9ef..fa7c78ff7 100644
--- a/templates/lxc-busybox.in
+++ b/templates/lxc-busybox.in
@@ -342,7 +342,7 @@ copy_configuration()
 grep -q "^lxc.rootfs.path" $path/config 2>/dev/null || echo "lxc.rootfs.path = $rootfs" >> $path/config
 cat <<EOF >> $path/config
 lxc.signal.halt = SIGUSR1
-lxc.rebootsignal = SIGTERM
+lxc.signal.reboot = SIGTERM
 lxc.uts.name = $name
 lxc.tty.max = 1
 lxc.pty.max = 1


More information about the lxc-devel mailing list