--- src/PVE/LXC/Setup/SUSE.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/PVE/LXC/Setup/SUSE.pm b/src/PVE/LXC/Setup/SUSE.pm index b7814fa..b1be09a 100644 --- a/src/PVE/LXC/Setup/SUSE.pm +++ b/src/PVE/LXC/Setup/SUSE.pm @@ -36,13 +36,14 @@ sub new { } sub template_fixup { - # Nothing to do + my ($self, $conf) = @_; + + $self->setup_securetty($conf, qw(lxc/console lxc/tty1 lxc/tty2 lxc/tty3 lxc/tty4)); } sub setup_init { my ($self, $conf) = @_; - $self->setup_securetty($conf, qw(lxc/console lxc/tty1 lxc/tty2 lxc/tty3 lxc/tty4)); if ($self->{version} >= 13.2) { $self->setup_container_getty_service(); } -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel