Merge pull request #3436 from flatcar/scripts

minimal-initrd: Use kmod's modprobe also for simple module loading
This commit is contained in:
Kai Lueke 2025-10-29 17:20:06 +09:00
commit 5471a1e8c0
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed a kernel boot warning when loading an explicit list of kernel modules in the minimal first-stage initrd ([Flatcar#1934](https://github.com/flatcar/Flatcar/issues/1934))

View File

@ -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="45d64bd450be710983b192d8ed795f5376c5f33f" # flatcar-master
EGIT_COMMIT="66edf6fe96d4763a747273e73d91f175dc6e1107" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi