Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Arch wiki had "none" after swapfile location.

...

Code Block
languagebash
sudo cp /etc/fstab /etc/fstab.backup
echo '/var/swap.0 swapnone swap defaults 0 0' | sudo tee -a /etc/fstab

...