]> git.proxmox.com Git - pve-container.git/commit
add setup_systemd_preset helper, disable networkd for debian 12+
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Jun 2023 07:24:56 +0000 (09:24 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Jun 2023 08:17:41 +0000 (10:17 +0200)
commite11806e0de064e6570d40e7c04bc4656687b2c62
treeabd67a0ec5f0438dd8748f08af5a996f7f46d20b
parent60cc27a50fe9df9c3ba29ddd585e9840713438c0
add setup_systemd_preset helper, disable networkd for debian 12+

Since we use ifupdown by defaul there and systemd-networkd
would also pull systemd-networkd-wait-online.service which
fails.

We expect this to have to be used for more initial service
setups in the future, so a helper is added to `Base`.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/PVE/LXC/Setup/Base.pm
src/PVE/LXC/Setup/Debian.pm
src/PVE/LXC/Setup/Fedora.pm