From: Eric Curtin Date: Tue, 19 Sep 2023 13:32:10 +0000 (+0100) Subject: boot/dracut: Add erofs and overlayfs kernel modules X-Git-Tag: archive/raspbian/2023.7-3+rpi1^2~16^2^2~18^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cecb59dd534b4adffce785a2777c4f9544f5c8c1;p=ostree.git boot/dracut: Add erofs and overlayfs kernel modules These kernel modules are required for composefs usage in the initramfs. The composefs use-case as of today uses an overlayfs on top of EROFS. --- diff --git a/src/boot/dracut/module-setup.sh b/src/boot/dracut/module-setup.sh index f09a56cc..06d74600 100755 --- a/src/boot/dracut/module-setup.sh +++ b/src/boot/dracut/module-setup.sh @@ -19,6 +19,10 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library. If not, see . +installkernel() { + instmods erofs overlay +} + check() { if [[ -x $systemdutildir/systemd ]] && [[ -x /usr/lib/ostree/ostree-prepare-root ]]; then return 255