From: Alessandro Astone Date: Wed, 7 Dec 2022 19:00:24 +0000 (+0100) Subject: lxc: Fixup LXC config versioning X-Git-Tag: 1.3.4~7 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/527f073e4ad4a7a31553493310db7459eaf8a751?hp=527f073e4ad4a7a31553493310db7459eaf8a751 lxc: Fixup LXC config versioning What used to be called 'config_2' was actually meant to be used with LXC 3.0 and later, so call it config_3 and fix the logic. Also lxc.pty.max is an LXC 3.0 feature ---