]> git.proxmox.com Git - pve-container.git/commit
setup getty: drop now obsolete setup_systemd_console
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Jul 2019 15:17:17 +0000 (17:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Jul 2019 12:32:28 +0000 (14:32 +0200)
commita4f1fab1416f8c6cf0993539587ca3028e8bded8
tree4ce994fc123f6c2af1e50dd30d63b2d4a621b3d4
parentbfe63c1a05a692cd8cc54c2bb7f9460ff8df93fd
setup getty: drop now obsolete setup_systemd_console

The setup_container_getty_service can now handle also old
getty@.service if the newer container-getty@.service is not
available. So drop, and convert the two remaining users to calling
the now compatible setup_container_getty_service

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/LXC/Setup/Base.pm
src/PVE/LXC/Setup/CentOS.pm
src/PVE/LXC/Setup/SUSE.pm