fix(content): fix typo
This commit is contained in:
parent
202040173c
commit
6c5eebb4dd
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ doas rc-service power-profiles-daemon start
|
||||||
```
|
```
|
||||||
doas fallocate -l 4G /swapfile
|
doas fallocate -l 4G /swapfile
|
||||||
doas chmod 600 /swapfile
|
doas chmod 600 /swapfile
|
||||||
daos mkswap /swapfile
|
doas mkswap /swapfile
|
||||||
doas swapon /swapfile
|
doas swapon /swapfile
|
||||||
doas cp /etc/fstab /etc/fstab.bak
|
doas cp /etc/fstab /etc/fstab.bak
|
||||||
echo '/swapfile none swap sw 0 0' | doas tee -a /etc/fstab
|
echo '/swapfile none swap sw 0 0' | doas tee -a /etc/fstab
|
||||||
|
|
Loading…
Add table
Reference in a new issue