diff --git a/build_library/disk_util b/build_library/disk_util index b00e54d11e..f94317e3c1 100755 --- a/build_library/disk_util +++ b/build_library/disk_util @@ -603,7 +603,7 @@ def Mount(options): if options.read_only or ('verity' in mount.get('features', []) and not options.writable_verity): mount_opts.append('ro') if mount.get('fs_type', None) == 'btrfs': - mount_opts.append('norecovery') + mount_opts.append('rescue=nologreplay') if mount.get('fs_subvolume', None): mount_opts.append('subvol=%s' % mount['fs_subvolume']) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.4.10-r21.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.4.10-r22.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.4.10-r21.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.4.10-r22.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild index 48cb9e4a5c..cc6ed4c042 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild @@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - CROS_WORKON_COMMIT="f627c4def9ff42cc6bf4b04cf211e11a42b34f31" # flatcar-master + CROS_WORKON_COMMIT="541576a4dcd56397597abef7d9ce4c539631ed65" # flatcar-master KEYWORDS="amd64 arm64" fi