Compare commits

..

No commits in common. "7419bf8aeba0f19725be085b0fcabb13a8103827" and "e98cad28718433f07188fd13844c0747838a6cb1" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -17,7 +17,7 @@ Items marked ```REQUIRED``` are assumed to be setup and working. You've been war
* [Automatic WiFi Setup (VERY SMART)](auto_wifi_setup.md)
* [Apt use RAM (VERY SMART FOR 4Gb RAM)](apt_cache_tmpfs.md)
* [Automatic Updates (VERY SMART)](auto_updates.md)
* [Logs in RAM (VERY SMART)](loggin.md)
* [Logs in RAM (VERY SMART)](log2ram.md)
* [CPU Governor (VERY SMART)](cpu_governor.md)
* [Slideshow Prep (REQUIRED)](slideshow_prep.md)
* [Slideshow Setup (REQUIRED)](slideshow.md)

View file

@ -58,15 +58,6 @@ sudo -sHu root /bin/bash
# Cleanup timezone
dpkg-reconfigure tzdata
# Disable power/hibernate/sleep keys
mkdir /etc/systemd/logind.conf.d
cat > /etc/systemd/logind.conf.d/ignored_keys.conf <<EOF
[Login]
HandlePowerKey=ignore
HandleSuspendKey=ignore
HandleHibernateKey=ignore
EOF
# Full system update
apt update && apt upgrade
systemctl reboot