]> git.proxmox.com Git - pve-container.git/commitdiff
add console fix for debian containers using systemd
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Mar 2017 11:52:12 +0000 (12:52 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Mar 2017 11:52:12 +0000 (12:52 +0100)
src/PVE/LXC/Setup/Debian.pm

index 9c7ba9a325b5eea73a1102341fc8bc4b0a6884e2..74393de101b62c254abd02296502f4c64ea2cb8e 100644 (file)
@@ -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) = @_;