coreos-base/update_engine: support btrfs as /usr filesystem

This pulls in
https://github.com/kinvolk/update_engine/pull/11
This commit is contained in:
Kai Lüke 2021-07-12 18:38:43 +02:00
parent ab2467e547
commit 622a99058c

View File

@ -9,7 +9,7 @@ AUTOTOOLS_AUTORECONF=1
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="c3c45a040306be554b4292c2d0194700ac3c40b0" # flatcar-master
CROS_WORKON_COMMIT="d21808a884736bec7e69db5ddd18e0e21fa6ab9e" # flatcar-master
KEYWORDS="amd64 arm64"
fi