From bac8a5d2822835cf47175d1162030653fadd5c09 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Feb 2024 23:29:57 +0000 Subject: deploy: 4485708c972815bbb6df7f5a228683aa855d553d --- linux/swap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/swap.html') diff --git a/linux/swap.html b/linux/swap.html index 4c57a93..47995bc 100644 --- a/linux/swap.html +++ b/linux/swap.html @@ -195,7 +195,7 @@ mkswap /swapfile swapon /swapfile # Persistent setup of swap file. -echo "/swapfile none swap sw 0 0" | sudo tee -a /etc/fstab +echo "/swapfile none swap sw 0 0" | sudo tee -a /etc/fstab # Disable swap file (until next reboot). swapoff /swapfile -- cgit v1.2.3