How to disable zram at boot?
What I found was mostly to
swapoff -a
rmmod zram
but after reboot it came back
I found such question being asked at different places, e.g.,
- https://forum.garudalinux.org/t/disable-zram/1580/5
- https://github.com/VR-25/zram-swap-manager/issues/2
- https://forum.xda-developers.com/t/how-to-disable-zram-permanently-at-boot.2946997/
- https://www.reddit.com/r/LineageOS/comments/5v1xwl/how_to_disable_zram/
But none seems to be able to get answered properly.