mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-09 04:31:40 +01:00
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 https://github.com/flatcar/update_engine/pull/52 to address this. Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
parent
ff4cda57f9
commit
fff345a944
@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
EGIT_COMMIT="85eea2c932a0028b90d4db2f3d495ecf73f9342a" # main
|
||||
EGIT_COMMIT="3a44be455f7c6978e99f9e3d4f01401d80301c40" # main
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user