Power & Source of Big Ideas

Comment out overlayfs parameter in /boot/boot.cmd file to disable overlays and recompile boot.cmd to boot.scr file.
"add_swap" service will check and create swap file every time when bootup. After disable swap file, disable "add_swap" service and swap file will not appear anymore.
Sorry for another question. Now I'm using FriendlyCore xenial 4.14 with Nanopi neo. Current overlay fs is using sd card for both upper and lower file system but I want to use ramdisk as an upper root file system instead and use the 3rd partition to store other data, so I need to disable FriendlyCore...
I'm using FriendlyCore xenial 4.14 image with NanoPi neo and I'm trying to disable a swap file by - sudo swapoff -v /mnt /mnt/512MB.swap - sudo rm /mnt/512MB.swap - delete its from /etc/fstab but every time I reboot NanoPi, this swap file will keep reappearing again. Anyway to permanently disable a ...