Skip to content

Commit

Permalink
Merge pull request #2249 from flatcar/scripts
Browse files Browse the repository at this point in the history
sys-kernel/bootengine: Bump to fix slow PXE/ISO boots with udev rule
  • Loading branch information
chewi committed Aug 29, 2024
2 parents 16e0176 + c77f747 commit 304ae1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/bugfixes/2024-08-22-slow-boot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed slow boots PXE and ISO boots caused by the decrypt-root.service. ([Flatcar#1514](https://github.com/flatcar/flatcar/pull/1514))
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="fb2631ce5e6a21d044c8dca73f59db01f9d5abcf" # flatcar-master
EGIT_COMMIT="d2e22122e8e106a21f64c048992290edc7053384" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down Expand Up @@ -36,7 +36,6 @@ src_install() {
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-setup-pre.sh \
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-kargs-helper \
"${D}"/usr/lib/dracut/modules.d/30ignition/retry-umount.sh \
"${D}"/usr/lib/dracut/modules.d/31decrypt-root/decrypt-root \
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root \
"${D}"/usr/lib/dracut/modules.d/99setup-root/initrd-setup-root-after-ignition \
"${D}"/usr/lib/dracut/modules.d/99setup-root/gpg-agent-wrapper \
Expand Down

0 comments on commit 304ae1d

Please sign in to comment.