aboutsummaryrefslogtreecommitdiffhomepage
path: root/linux/swap.html
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2024-02-15 23:29:57 +0000
committerjohannst <johannst@users.noreply.github.com>2024-02-15 23:29:57 +0000
commitbac8a5d2822835cf47175d1162030653fadd5c09 (patch)
tree28f312a114cf95ac799daac2a2caec4b8612d84d /linux/swap.html
parentbfc5ce4bc01e5eb28969eefcc01ecfefa2601fdf (diff)
downloadnotes-bac8a5d2822835cf47175d1162030653fadd5c09.tar.gz
notes-bac8a5d2822835cf47175d1162030653fadd5c09.zip
deploy: 4485708c972815bbb6df7f5a228683aa855d553d
Diffstat (limited to 'linux/swap.html')
-rw-r--r--linux/swap.html2
1 files changed, 1 insertions, 1 deletions
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 &quot;/swapfile none swap sw 0 0&quot; | 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