friendlyarm / sd-fuse_rk3588

43 stars 13 forks source link

Kernel does not have overlay module #10

Open hellznrg opened 1 year ago

hellznrg commented 1 year ago

I am trying to use NanoPI R6S for a kubernetes cluster. As part of the installation, I have to load a kernel module "overlay": sudo modprobe overlay.

However, when I check if the module is loaded (lsmod | grep overlay) nothing is returned. How can I add the overlay module to the kernel?

I am using the debian bullseye image.