From b03a8a78a34e2091d989eb5c8fccd6b691a8e969 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 16 Mar 2017 12:52:12 +0100 Subject: [PATCH] add console fix for debian containers using systemd --- src/PVE/LXC/Setup/Debian.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/PVE/LXC/Setup/Debian.pm b/src/PVE/LXC/Setup/Debian.pm index 9c7ba9a..74393de 100644 --- a/src/PVE/LXC/Setup/Debian.pm +++ b/src/PVE/LXC/Setup/Debian.pm @@ -37,6 +37,11 @@ sub new { return bless $self, $class; } +# Debian doesn't support the /dev/lxc/ subdirectory. +sub devttydir { + return ''; +} + sub setup_init { my ($self, $conf) = @_; -- 2.39.5