]> git.proxmox.com Git - pve-container.git/commit
setup: enable systemd-networkd via preset for archlinux
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Jun 2023 07:39:45 +0000 (09:39 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 16 Jun 2023 08:17:41 +0000 (10:17 +0200)
commit454ea3918e70c7c0f82712c5bf1a6c2115e033f1
tree2d00970b70bdca3149277b899c8a9e1c34b13b50
parente11806e0de064e6570d40e7c04bc4656687b2c62
setup: enable systemd-networkd via preset for archlinux

Note that this is now done in `setup_init` which is a
pre-start hook rather than a one time template fixup,
however, the presets are only applied on first boot or if
the user requests them explicitly, and the usual mechanisms
to prevent the file from being written can be used.

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