mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-06 14:01:07 +01:00
coreos-base/coreos-init: Work around bash regression and handle dd error
This pulls in https://github.com/flatcar/init/pull/97 and https://github.com/flatcar/init/pull/99 to work around a bash regression and add handling for disk write errors.
This commit is contained in:
parent
d0fd3d5d91
commit
d2c4dcd16c
1
changelog/bugfixes/2023-06-26-flatcar-install.md
Normal file
1
changelog/bugfixes/2023-06-26-flatcar-install.md
Normal file
@ -0,0 +1 @@
|
||||
- Worked around a bash regression in `flatcar-install` and added error reporting for disk write failures [Flatcar#1059](https://github.com/flatcar/Flatcar/issues/1059)
|
||||
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="17224c8d6f71b17676bbcf34919072fb67a6bf4c" # flatcar-master
|
||||
CROS_WORKON_COMMIT="5b3ef3ad0febec168137670b9243e8d220c90c7e" # flatcar-3602-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user