DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] ptxconfig: enable NetworkManager's nm-online utility
@ 2025-06-13 12:59 Bastian Krause
  2025-06-16 17:31 ` Robert Schwebel
  0 siblings, 1 reply; 2+ messages in thread
From: Bastian Krause @ 2025-06-13 12:59 UTC (permalink / raw)
  To: distrokit; +Cc: Fabian Pflug, Bastian Krause

Since DistroKit uses NetworkManager, it makes sense to install the
nm-online utility. This makes the network-online.target behave
correctly. It also helps testing network-related features such as SSH
login by determining if/when the network is connected.

Signed-off-by: Bastian Krause <bst@pengutronix.de>
---
 configs/ptxconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/ptxconfig b/configs/ptxconfig
index b73749e42..dae4d91e2 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -1987,7 +1987,7 @@ PTXCONF_LIBCURL_SSL_CABUNDLE_PATH="/etc/ssl/certs/ca-certificates.crt"
 PTXCONF_NETTLE=y
 # PTXCONF_NETTLE_GMP is not set
 PTXCONF_NETWORKMANAGER=y
-# PTXCONF_NETWORKMANAGER_NM_ONLINE is not set
+PTXCONF_NETWORKMANAGER_NM_ONLINE=y
 PTXCONF_NETWORKMANAGER_NMTUI=y
 PTXCONF_NETWORKMANAGER_SYSTEMD_UNIT=y
 # PTXCONF_NETWORKMANAGER_WIRELESS is not set
-- 
2.39.5




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

end of thread, other threads:[~2025-06-16 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-13 12:59 [DistroKit] [PATCH] ptxconfig: enable NetworkManager's nm-online utility Bastian Krause
2025-06-16 17:31 ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox