templates: remove legacy key from busybox

lxc.rebootsignal -> lxc.signal.reboot Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 7456fb2c
...@@ -342,7 +342,7 @@ copy_configuration() ...@@ -342,7 +342,7 @@ copy_configuration()
grep -q "^lxc.rootfs.path" $path/config 2>/dev/null || echo "lxc.rootfs.path = $rootfs" >> $path/config grep -q "^lxc.rootfs.path" $path/config 2>/dev/null || echo "lxc.rootfs.path = $rootfs" >> $path/config
cat <<EOF >> $path/config cat <<EOF >> $path/config
lxc.signal.halt = SIGUSR1 lxc.signal.halt = SIGUSR1
lxc.rebootsignal = SIGTERM lxc.signal.reboot = SIGTERM
lxc.uts.name = $name lxc.uts.name = $name
lxc.tty.max = 1 lxc.tty.max = 1
lxc.pty.max = 1 lxc.pty.max = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment