Skip to content

Commit 1a0fbd7

Browse files
committed
fix a typo so that swap on zram actually works
1 parent ec16605 commit 1a0fbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/archlinux-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ First, you need to load the `zram` module at boot. Create a file named `/etc/mod
289289
zram
290290
```
291291

292-
Now create a udev rule to create a zram device. Make a file named `/etc/udev/rules.d/99-zram-swap.conf` with the following contents:
292+
Now create a udev rule to create a zram device. Make a file named `/etc/udev/rules.d/99-zram-swap.rules` with the following contents:
293293

294294
```
295295
ACTION=="add", KERNEL=="zram0", ATTR{initstate}=="0", ATTR{comp_algorithm}="zstd", ATTR{disksize}="*4G*", TAG+="systemd"

0 commit comments

Comments
 (0)