Merge branch 'master' into arm64
This commit is contained in:
commit
0fda3224f6
@ -57,6 +57,10 @@ rm -f "${ROOTFS_DIR}/etc/vnc/updateid"
|
||||
|
||||
update_issue "$(basename "${EXPORT_DIR}")"
|
||||
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"
|
||||
|
||||
|
@ -29,6 +29,7 @@ UNRELEASED:
|
||||
* Chromium updated to 119.0.6045.171
|
||||
* Firefox updated to 119.0
|
||||
* gpiod binary tools included in lite images
|
||||
* python3-venv included in lite images
|
||||
* Japanese translations updated
|
||||
* German translation added to Appearance Settings
|
||||
* Raspberry Pi firmware 12af703dd07d7721c1f2f58c6f71d9fe66270838
|
||||
|
@ -36,3 +36,4 @@ udisks2
|
||||
unzip zip p7zip-full
|
||||
file
|
||||
kms++-utils
|
||||
python3-venv
|
||||
|
Loading…
x
Reference in New Issue
Block a user