From fa0caddd15d6483f5999db04cef8fef29c3616d1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 27 Jan 2025 05:10:39 -0700 Subject: [PATCH] sysctl is not a command in fedora-minimal Signed-off-by: Tommy --- fedora-minimal/fedora-minimal.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora-minimal/fedora-minimal.sh b/fedora-minimal/fedora-minimal.sh index 59d11ae..56dc5ab 100644 --- a/fedora-minimal/fedora-minimal.sh +++ b/fedora-minimal/fedora-minimal.sh @@ -51,7 +51,7 @@ sudo chmod 644 /etc/modprobe.d/workstation-blacklist.conf download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf # Dracut doesn't seem to work - need to investigate # dracut -f -sudo sysctl -p +# sudo sysctl -p # Setup ZRAM download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf @@ -66,4 +66,4 @@ echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload sudo chmod 644 /etc/ld.so.preload # Prepare for SELinux -sudo touch /.autorelabel \ No newline at end of file +sudo touch /.autorelabel