mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-06 21:59:09 -04:00
sysctl is not a command in fedora-minimal
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
78e16aa243
commit
fa0caddd15
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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 doesn't seem to work - need to investigate
|
||||||
# dracut -f
|
# dracut -f
|
||||||
sudo sysctl -p
|
# sudo sysctl -p
|
||||||
|
|
||||||
# Setup ZRAM
|
# Setup ZRAM
|
||||||
download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf
|
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
|
sudo chmod 644 /etc/ld.so.preload
|
||||||
|
|
||||||
# Prepare for SELinux
|
# Prepare for SELinux
|
||||||
sudo touch /.autorelabel
|
sudo touch /.autorelabel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue