diff options
Diffstat (limited to 'linux/swap.html')
-rw-r--r-- | linux/swap.html | 2 |
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 "/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 |