Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider 2024-03-13 15:46:15 +00:00
commit 3358eb36e1
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
UNRELEASED:
*
2024-03-12:
* Added setting of headless resolution to Screen Configuration
* Removed setting of headless resolution for Wayland from Raspberry Pi Configuration
* Improved handling of power button on Raspberry Pi 5

View File

@ -19,3 +19,6 @@ rp-prefapps
ffmpeg
vlc
rpi-imager
# ninja-build needed for vscode pico extension
meson

View File

@ -1,3 +0,0 @@
#!/bin/bash -e
sed -i 's/^.*HandlePowerKey=.*$/HandlePowerKey=ignore/' "${ROOTFS_DIR}/etc/systemd/logind.conf"