Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/bugfixes/2026-09-22-flatcar-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed 'flatcar-install' quotes bug with new '/etc/os-release' file format ([flatcar#2425](https://github.com/flatcar/Flatcar/issues/2425))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST coreos-init-77ffa2ca15cc4a78fda1268ed830bd15604b6533.tar.gz 60347 BLAKE2B acf7a0a28026fcf2d215bca9749f3fc2b78020fbae1b99ee8506191a10cfc49564684fe73ac11c8cac88486789d4263fce82c4d9e4686df800593b7654e44105 SHA512 49ec6c0c4353611f310c34fa7dd304cac55eece8ff74255da19b6cd45d70124f8f3a8a9a7928707220a0a4c7610b827bd9669ef2105008a80b88d9e14cb0ab59
DIST coreos-init-0765e955aca24034d66b9389e0d538e4c3ee543c.tar.gz 60363 BLAKE2B b6f9ab0d79a381883b73fc899eb6085a722bd3d3cde1cf1485c3d314bc9688a055ebcbe81170408c946eba0334b6b5e3a83e0e4078df951f964d0991b9cfa916 SHA512 209ad4392cccfa356c9980baa7b458e2f13d3a782539a207c9f6d3e5dc8ae2019c9dac15039175bf5269ac30498d0e512541fd4120e587fad2536b82860765e4
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/flatcar/init.git"
inherit git-r3
else
EGIT_VERSION="77ffa2ca15cc4a78fda1268ed830bd15604b6533" # flatcar-master
EGIT_VERSION="0765e955aca24034d66b9389e0d538e4c3ee543c" # flatcar-master
SRC_URI="https://github.com/flatcar/init/archive/${EGIT_VERSION}.tar.gz -> ${PN}-${EGIT_VERSION}.tar.gz"
S="${WORKDIR}/init-${EGIT_VERSION}"
KEYWORDS="amd64 arm arm64 x86"
Expand Down
Loading