Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/systemd
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-11 07:49:31 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-11 07:49:31 +0100
commitf7381a88c8e4b72f17ea7618fbeb9b1d2e886142 (patch)
treed2521ffd9221d0d884f8f0e623a997ae6ba3c4dc /core/systemd
parent1937c0be8662d3ff6b8e6c2f27cff4779b6cffc0 (diff)
core/systemd: removing ukify
Diffstat (limited to 'core/systemd')
-rw-r--r--core/systemd/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD
index dc8fe0c5..9ed4c561 100644
--- a/core/systemd/PKGBUILD
+++ b/core/systemd/PKGBUILD
@@ -28,3 +28,17 @@ if [ "${CARCH}" = "i486" ]; then
'
)"
fi
+
+# remove ukify (or ufify?), we don't support TPM and unified kernel
+# images anyway...
+eval "$(
+ declare -f package_systemd | \
+ sed '
+ /systemd-ufify/d
+ '
+ declare -f package_systemd-ukify | \
+ sed '
+ 3 i if false; then
+ $ i fi
+ '
+)"