k8s-lab/k3s/rpi/raspberry-pi-prep.txt

9 lines
292 B
Plaintext
Raw Normal View History

2025-06-21 20:36:29 +00:00
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