From c3206598527ed1041dd060340fa97de23fde38d1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 16 May 2024 22:27:06 -0700 Subject: [PATCH] zram-generator config moved to Linux-Setup-Scripts Signed-off-by: Tommy --- UTM-Chrony.yml | 2 +- etc/systemd/zram-generator.conf | 4 ---- x86-QEMU-Docker.yml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 etc/systemd/zram-generator.conf diff --git a/UTM-Chrony.yml b/UTM-Chrony.yml index 6724829..d30b5c2 100644 --- a/UTM-Chrony.yml +++ b/UTM-Chrony.yml @@ -157,7 +157,7 @@ storage: source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/profile_mode - path: /etc/systemd/zram-generator.conf contents: - source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/zram-generator.conf + source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf - path: /etc/security/limits.d/30-disable-coredump.conf contents: source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/security/limits.d/30-disable-coredump.conf diff --git a/etc/systemd/zram-generator.conf b/etc/systemd/zram-generator.conf deleted file mode 100644 index f41f8ca..0000000 --- a/etc/systemd/zram-generator.conf +++ /dev/null @@ -1,4 +0,0 @@ -[zram0] -zram-fraction = 1 -max-zram-size = 8192 -compression-algorithm = zstd \ No newline at end of file diff --git a/x86-QEMU-Docker.yml b/x86-QEMU-Docker.yml index 9734ace..445fbed 100644 --- a/x86-QEMU-Docker.yml +++ b/x86-QEMU-Docker.yml @@ -237,7 +237,7 @@ storage: source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/tuned/profile_mode - path: /etc/systemd/zram-generator.conf contents: - source: https://raw.githubusercontent.com/TommyTran732/Fedora-CoreOS-Ignition/main/etc/systemd/zram-generator.conf + source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf - path: /etc/security/limits.d/30-disable-coredump.conf contents: source: https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/security/limits.d/30-disable-coredump.conf