From 5f0b91ee9fa08b6e787a3fa4e8ffe8ae72482be6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 31 Aug 2024 16:44:44 +0200 Subject: [PATCH] add aarch64 licenses --- usr/lib/archboot/cpio/hooks/licenses | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/lib/archboot/cpio/hooks/licenses b/usr/lib/archboot/cpio/hooks/licenses index 1ae17b8c5..3d3912b03 100644 --- a/usr/lib/archboot/cpio/hooks/licenses +++ b/usr/lib/archboot/cpio/hooks/licenses @@ -144,6 +144,9 @@ done if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then _file /usr/share/licenses/broadcom-wl/LICENSE fi + if [[ "${_RUNNING_ARCH}" == "aarch64" ]]; then + _file /usr/share/licenses/systemd/MIT-0.txt + fi _map _full_dir /usr/share/licenses/{spdx,linux-firmware} }