Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
sys-kernel/bootengine: Always run initrd-setup-root
Browse files Browse the repository at this point in the history
This pulls in
c8399e42bb9651c3c108f916f6645557ab41884b which is a backport of the
relevant parts of flatcar/bootengine#50 to fix
flatcar/Flatcar#944
  • Loading branch information
pothos committed Jan 9, 2023
1 parent cd27b56 commit 32f7143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2022-01-09-initrd-setup-root.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- The rootfs setup in the initrd now runs systemd-tmpfiles on every boot, not only when Ignition runs, to fix a dbus failure due to missing files ([Flatcar#944](https://github.com/flatcar/Flatcar/issues/944))
2 changes: 1 addition & 1 deletion sys-kernel/bootengine/bootengine-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="95bb406972f1846945e8e355ab98cafa570f273f" # flatcar-master
CROS_WORKON_COMMIT="c8399e42bb9651c3c108f916f6645557ab41884b" # flatcar-3432-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 32f7143

Please sign in to comment.