revisit systemd-swap
parent
970e774581
commit
63fac80dc7
|
@ -4,11 +4,10 @@
|
||||||
| ------------ | -------------- |
|
| ------------ | -------------- |
|
||||||
| Arch Linux | `systemd-swap` |
|
| Arch Linux | `systemd-swap` |
|
||||||
|
|
||||||
Edit `/etc/systemd/swap.conf`:
|
Create directory if not exist `/etc/systemd/swap.conf.d` and edit `/etc/systemd/swap.conf.d/overrides.conf`:
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
swapfc_enabled=1
|
swapfc_enabled=1
|
||||||
swapfc_force_preallocated=1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Enable and start service:
|
Enable and start service:
|
||||||
|
|
|
@ -144,7 +144,9 @@ pacman -Syu xorg-server
|
||||||
Install [GNOME](https://wiki.archlinux.org/index.php/GNOME):
|
Install [GNOME](https://wiki.archlinux.org/index.php/GNOME):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pacman -Syu gnome-shell gdm gnome-control-center gnome-tweak-tool gnome-shell-extensions \
|
pacman -Syu gnome-shell gdm \
|
||||||
|
gnome-control-center gnome-system-monitor \
|
||||||
|
gnome-tweak-tool gnome-shell-extensions \
|
||||||
networkmanager gnome-keyring seahorse \
|
networkmanager gnome-keyring seahorse \
|
||||||
nautilus xdg-user-dirs-gtk \
|
nautilus xdg-user-dirs-gtk \
|
||||||
file-roller p7zip unrar \
|
file-roller p7zip unrar \
|
||||||
|
|
Loading…
Reference in New Issue