Merge branch 'master' into arm64
This commit is contained in:
commit
9f8fc6ff6e
@ -135,5 +135,7 @@ esac
|
||||
if [ -f "${SBOM_FILE}" ]; then
|
||||
xz -c "${SBOM_FILE}" > "$DEPLOY_DIR/$(basename "${SBOM_FILE}").xz"
|
||||
fi
|
||||
cp "$BMAP_FILE" "$DEPLOY_DIR/"
|
||||
if [ -f "${BMAP_FILE}" ]; then
|
||||
cp "$BMAP_FILE" "$DEPLOY_DIR/"
|
||||
fi
|
||||
cp "$INFO_FILE" "$DEPLOY_DIR/"
|
||||
|
@ -1,4 +1,6 @@
|
||||
UNRELEASED:
|
||||
*
|
||||
2025-05-13:
|
||||
* Setting touchscreen in Screen Configuration does not delete default associations for greeter
|
||||
* Bug fix - wizard keyboard setting correctly transferred into desktop
|
||||
* Chromium updated to 136.0.7103.92
|
||||
|
Loading…
x
Reference in New Issue
Block a user