sys-kernel/bootengine: make dracut install loop driver

Unlike with Kernel 5.10, dracut does not automatically install `loop.ko`
with Kernel 5.15.
Explicitly install the loop module from the dracut command line.

Pulls in https://github.com/flatcar-linux/bootengine/pull/32
This commit is contained in:
Dongsu Park 2021-12-20 15:07:22 +01:00
parent 129b0b062c
commit 5cf32ef0a8
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="51c3dfa461ec24c51568ee10f03c4d415004124f" # flatcar-master CROS_WORKON_COMMIT="85bcedb9154c07824800c8bc151b8b830ae6f6ec" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi