k8s-lab/k3s/rpi/raspberry-pi-prep.txt
2025-06-21 21:36:29 +01:00

9 lines
292 B
Plaintext

On Buster you need to also apply these commands to permanently disable swap:
sudo dphys-swapfile swapoff
sudo dphys-swapfile uninstall
sudo update-rc.d dphys-swapfile remove
sudo rm -f /etc/init.d/dphys-swapfile
sudo service dphys-swapfile stop
sudo systemctl disable dphys-swapfile.service