From 55646232445a51112bd5b69bc1f224bba98d079b Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 21 Aug 2024 19:48:27 +0200 Subject: [PATCH] Fix zram instructions --- pages/02.linux/guides/arch/default.en.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/pages/02.linux/guides/arch/default.en.md b/pages/02.linux/guides/arch/default.en.md index 077c636..3acc286 100644 --- a/pages/02.linux/guides/arch/default.en.md +++ b/pages/02.linux/guides/arch/default.en.md @@ -341,15 +341,6 @@ zram-size = ram / 2 compression-algorithm = zstd ``` -[shroot] - -``` -systemctl daemon-reload -systemctl start systemd-zram-setup@zram.service -``` - -[/shroot] - ## Bootloader installation ### rEFInd @@ -486,6 +477,21 @@ Uncomment `%wheel ALL=(ALL) ALL` `poweroff` Remove the installation cd +## Post-reboot + +### Zram + +Create the zram device + +[shroot] + +``` +systemctl daemon-reload +systemctl start systemd-zram-setup@zram[X].service +``` + +[/shroot] + ## (Snapper) Setup `# umount /.snapshots`