This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
Was wondering if this has already been implemented in any way already |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some suggested additions to the Post Install script:
Prevent auto-sleep
systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
systemctl restart systemd-logind.service
Configure laptop lid status (useful for laptops)
nano /etc/systemd/logind.conf
HandleLidSwitch=ignore
update-grub
Configure swappiness
nano /etc/sysctl.conf
vm.swappiness = 0
sysctl -p
Script v3 will be nice to give the users options. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions