mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-10 20:01:36 +01:00
sys-kernel/bootengine: Add download of required sysext images
This pulls in https://github.com/flatcar/bootengine/pull/64 to download sysext images if required (optional extensions on first boot or as fallback download after a update with missing payloads).
This commit is contained in:
parent
2f12dfb04b
commit
540857b349
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="d2b760188acfac693dd1f54f45924c1915974b8e" # flatcar-master
|
||||
CROS_WORKON_COMMIT="65e9cb37deab44f2e768f3af714bdf28fb20bb15" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
@ -40,6 +40,7 @@ src_install() {
|
||||
"${D}"/usr/lib/dracut/modules.d/35torcx/torcx-profile-populate-generator \
|
||||
"${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 \
|
||||
"${D}"/usr/lib/dracut/modules.d/30ignition/coreos-metadata-wrapper \
|
||||
"${D}"/usr/lib/dracut/modules.d/30ignition/ignition-wrapper \
|
||||
|| die chmod
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user