Open DavyLandman opened 2 months ago
There is logic in the modloop
service to automatically setup an overlayfs for /lib/modules
. This logic depends on:
overlay_size
variable not being emptyFor 2, it's set to 0
by default, which means it should allow up to 50% of memory, so that should be fine. So maybe overlayfs
needs to be added to the modules=
kernel argument to make sure it's loaded at boot.
In any case, to try you could modprobe overlayfs and restart the modloop service and see if it sets up the overlay.
Hi @Ikke thanks, hmm, yeah, that sounds logical.
Fun story, after all that work in getting that r8125 driver to compile and load (which was the manufactors recommendation for slow network speeds) I figured out that I was using the wrong cable. After switching that cable out, I got normal speeds again. 🤦🏼
In the process of getting to that point, I've also switched away from diskless to regular sys install, so I cannot try this out without breaking a working setup.
I'll leave it up to you / @jirutka if you want to leave this open as a reminder to maybe add a section to the readme, or prefer to close the issue.
Is there any guidance on how to use akms with diskless alpine installs?
I managed to compile the kernel module, but now it does t want to install into
/lib/modules/../kernel/extra
because it's read-only.but I'm feeling like maybe if I did something magical, I could get that to work as well. Like make a package out of it, and have that add to the file system?
here is the console log: