mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 02:51:06 +02:00
sys-kernel/bootengine: re-add missing modules
This pulls in https://github.com/flatcar-linux/bootengine/pull/40 to add the kernel modules back that disappeared compared to Stable 3033.x.y with the 5.10 kernel.
This commit is contained in:
parent
1bb3bd5375
commit
94254e2afb
@ -0,0 +1 @@
|
||||
- Re-added the `brd drbd nbd rbd xen-blkfront zram libarc4 lru_cache zsmalloc` kernel modules to the initramfs since they were missing compared to the Flatcar 3033.2.x releases where the 5.10 kernel is used ([PR#40](https://github.com/flatcar-linux/bootengine))
|
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="ba5efbf119ff6983bed5c92e0984f59f208f6e94" # flatcar-master
|
||||
CROS_WORKON_COMMIT="b5c1672098bccd66c2366f2ec456fabfd0d5bcea" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user