lon-image-build-scripts/drop/99-zram.rules

2 lines
170 B
Plaintext
Raw Normal View History

2024-08-11 11:05:43 +00:00
# /etc/udev/rules.d/99-zram.rules
ACTION=="add", KERNEL=="zram0", ATTR{comp_algorithm}="zstd", ATTR{disksize}="4G", RUN="/usr/bin/mkswap -U clear /dev/%k", TAG+="systemd"