Compare commits
No commits in common. "7419bf8aeba0f19725be085b0fcabb13a8103827" and "e98cad28718433f07188fd13844c0747838a6cb1" have entirely different histories.
7419bf8aeb
...
e98cad2871
|
@ -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)
|
* [Automatic WiFi Setup (VERY SMART)](auto_wifi_setup.md)
|
||||||
* [Apt use RAM (VERY SMART FOR 4Gb RAM)](apt_cache_tmpfs.md)
|
* [Apt use RAM (VERY SMART FOR 4Gb RAM)](apt_cache_tmpfs.md)
|
||||||
* [Automatic Updates (VERY SMART)](auto_updates.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)
|
* [CPU Governor (VERY SMART)](cpu_governor.md)
|
||||||
* [Slideshow Prep (REQUIRED)](slideshow_prep.md)
|
* [Slideshow Prep (REQUIRED)](slideshow_prep.md)
|
||||||
* [Slideshow Setup (REQUIRED)](slideshow.md)
|
* [Slideshow Setup (REQUIRED)](slideshow.md)
|
||||||
|
|
|
@ -58,15 +58,6 @@ sudo -sHu root /bin/bash
|
||||||
# Cleanup timezone
|
# Cleanup timezone
|
||||||
dpkg-reconfigure tzdata
|
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
|
# Full system update
|
||||||
apt update && apt upgrade
|
apt update && apt upgrade
|
||||||
systemctl reboot
|
systemctl reboot
|
||||||
|
|
Loading…
Reference in a new issue