Display the splash screen when shutting down

- Also, turn the HDMI off after a short wait
This commit is contained in:
David Carley
2022-09-01 04:36:24 +00:00
parent cce4e17b49
commit 868258cfa7
6 changed files with 24 additions and 10 deletions

View File

@@ -156,6 +156,11 @@ if $UPDATE_PY; then
service bbctrl restart
fi
# Install the service that turns off the screen during shutdown
cp ./installer/config/bbctrl-poweroff.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable bbctrl-poweroff
# Expand the file system if necessary
chmod +x ./installer/scripts/resize_root_fs.sh
./installer/scripts/resize_root_fs.sh