all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH container] setup: fedora: fix wrong systemd-networkd preset
@ 2023-06-23 17:19 Stoiko Ivanov
  2023-06-24 15:24 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Stoiko Ivanov @ 2023-06-23 17:19 UTC (permalink / raw)
  To: pve-devel

The refactoring of the systemd-preset handling inadvertendly changed
the preset for Fedora >= 37 to disabled

Reported in our community forum:
https://forum.proxmox.com/threads/.129395/

Tested with a Fedora 38 container on PVE 8.0

Fixes: e11806e0de064e6570d40e7c04bc4656687b2c62
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
 src/PVE/LXC/Setup/Fedora.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Setup/Fedora.pm b/src/PVE/LXC/Setup/Fedora.pm
index 80ee85f..1a487c6 100644
--- a/src/PVE/LXC/Setup/Fedora.pm
+++ b/src/PVE/LXC/Setup/Fedora.pm
@@ -39,7 +39,7 @@ sub setup_init {
 	$self->setup_systemd_preset({
 	    # systemd-networkd is disabled by the preset in >=37 in favor of
 	    # NetworkManager, reenable it, since we make use of it.
-	    'systemd-networkd.service' => 0,
+	    'systemd-networkd.service' => 1,
 	});
     }
 }
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-24 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-23 17:19 [pve-devel] [PATCH container] setup: fedora: fix wrong systemd-networkd preset Stoiko Ivanov
2023-06-24 15:24 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal