Skip to content

Commit 7e37477

Browse files
committed
coreos-base/update_engine: Fix opaque directory handling
When /etc way kept busy through, e.g., a process using it as CWD, then even in the temporary namespace unmounting failed unless it was done with the lazy option. This pulls in flatcar/update_engine#52 to address this. Signed-off-by: Kai Lueke <kailuke@microsoft.com>
1 parent 2fe32a6 commit 7e37477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
77
if [[ "${PV}" == 9999 ]]; then
88
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
99
else
10-
EGIT_COMMIT="85eea2c932a0028b90d4db2f3d495ecf73f9342a" # main
10+
EGIT_COMMIT="3a44be455f7c6978e99f9e3d4f01401d80301c40" # main
1111
KEYWORDS="amd64 arm64"
1212
fi
1313

0 commit comments

Comments
 (0)