mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
sys-kernel/bootengine: Bump to fix slow PXE/ISO boots with udev rule
See: https://github.com/flatcar/bootengine/pull/98 See: https://github.com/flatcar/Flatcar/issues/1514 Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
parent
4f04fa67e2
commit
401a715b49
1
changelog/bugfixes/2024-08-22-slow-boot.md
Normal file
1
changelog/bugfixes/2024-08-22-slow-boot.md
Normal file
@ -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))
|
@ -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
|
||||
|
||||
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user