Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider 2023-11-29 01:34:19 +00:00
commit 0fda3224f6
3 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,10 @@ rm -f "${ROOTFS_DIR}/etc/vnc/updateid"
update_issue "$(basename "${EXPORT_DIR}")" update_issue "$(basename "${EXPORT_DIR}")"
install -m 644 "${ROOTFS_DIR}/etc/rpi-issue" "${ROOTFS_DIR}/boot/firmware/issue.txt" install -m 644 "${ROOTFS_DIR}/etc/rpi-issue" "${ROOTFS_DIR}/boot/firmware/issue.txt"
if ! [ -L "${ROOTFS_DIR}/boot/issue.txt" ]; then
ln -s firmware/issue.txt "${ROOTFS_DIR}/boot/issue.txt"
fi
cp "$ROOTFS_DIR/etc/rpi-issue" "$INFO_FILE" cp "$ROOTFS_DIR/etc/rpi-issue" "$INFO_FILE"

View File

@ -29,6 +29,7 @@ UNRELEASED:
* Chromium updated to 119.0.6045.171 * Chromium updated to 119.0.6045.171
* Firefox updated to 119.0 * Firefox updated to 119.0
* gpiod binary tools included in lite images * gpiod binary tools included in lite images
* python3-venv included in lite images
* Japanese translations updated * Japanese translations updated
* German translation added to Appearance Settings * German translation added to Appearance Settings
* Raspberry Pi firmware 12af703dd07d7721c1f2f58c6f71d9fe66270838 * Raspberry Pi firmware 12af703dd07d7721c1f2f58c6f71d9fe66270838

View File

@ -36,3 +36,4 @@ udisks2
unzip zip p7zip-full unzip zip p7zip-full
file file
kms++-utils kms++-utils
python3-venv