From: Dietmar Maurer Date: Thu, 16 Mar 2017 11:52:12 +0000 (+0100) Subject: add console fix for debian containers using systemd X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=b03a8a78a34e2091d989eb5c8fccd6b691a8e969;p=pve-container.git add console fix for debian containers using systemd --- 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) = @_;