diff --git a/src/boot/dracut/module-setup.sh b/src/boot/dracut/module-setup.sh index f09a56cc4e..06d74600e3 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