From 37232b8b25b3045d009ff8f2d83c8667fe1de6d5 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Wed, 11 Mar 2026 19:56:18 -0600 Subject: [PATCH] Correct typo in zram generator No whitespace here! --- .../lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf b/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf index 3369548..21af208 100644 --- a/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf +++ b/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf @@ -8,4 +8,4 @@ zram-size = ram * 2 # lz4 has the best performance, at the cost of worse compression compared to # zstd, but we mitigate this problem with a large zram size, but fall back # to zstd for any huge pages that lz4 couldn't compress -compression-algorithm = lz4 zstd (type=huge) +compression-algorithm = lz4 zstd(type=huge)