From bf89899305435e7cd25b31527ffe476cd431229f Mon Sep 17 00:00:00 2001 From: Aravindan NC <35158113+AravindanNC@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:45:51 -0400 Subject: [PATCH 1/2] RDKEMW-20818: Unexpected Network Connectivity Prior to Migration Completion --- systemd_units/NetworkManager_ecfs.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd_units/NetworkManager_ecfs.conf b/systemd_units/NetworkManager_ecfs.conf index dcf4079f..c529e5a9 100644 --- a/systemd_units/NetworkManager_ecfs.conf +++ b/systemd_units/NetworkManager_ecfs.conf @@ -1,2 +1,3 @@ [Unit] After=securemount.service +Wants=bootversion-loader.service From d04f28a74862f0815a01640e436683b9bd1b7cc6 Mon Sep 17 00:00:00 2001 From: Aravindan NC <35158113+AravindanNC@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:20:08 -0400 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- systemd_units/NetworkManager_ecfs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd_units/NetworkManager_ecfs.conf b/systemd_units/NetworkManager_ecfs.conf index c529e5a9..a47863c4 100644 --- a/systemd_units/NetworkManager_ecfs.conf +++ b/systemd_units/NetworkManager_ecfs.conf @@ -1,3 +1,3 @@ [Unit] -After=securemount.service +After=securemount.service bootversion-loader.service Wants=bootversion-loader.service