From a4c8272103cc09843bcbca0208a3772c60cdd620 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 30 Sep 2023 00:28:04 +0000 Subject: [PATCH] disable systemd-boot. --- debian/changelog | 6 +++++- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89a8357a..93791b19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,11 @@ systemd (254.1-3+rpi1) trixie-staging; urgency=medium * Bump "breaks" on raspi-copies-and-fills to << 0.12 (raspi-copies-and-fills was reverted by the raspberry pi foundation) - -- Raspbian forward porter Thu, 21 Sep 2023 02:09:21 +0000 + [changes introduced in 254.1-3+rpi1 by Peter Michael Green. + * Disable systemd-boot, it seems to fail to build and it's not really relavent + for raspbian. + + -- Peter Michael Green Thu, 21 Sep 2023 02:09:21 +0000 systemd (254.1-3) unstable; urgency=medium diff --git a/debian/control b/debian/control index 1d6b6bb9..8b03b7d6 100644 --- a/debian/control +++ b/debian/control @@ -469,7 +469,7 @@ Description: home area manager Package: systemd-boot Build-Profiles: -Architecture: amd64 i386 arm64 armhf riscv64 +Architecture: none Depends: ${shlibs:Depends}, ${misc:Depends}, systemd-boot-efi (= ${binary:Version}), @@ -488,7 +488,7 @@ Description: simple UEFI boot manager - tools and services Package: systemd-boot-efi Build-Profiles: -Architecture: amd64 i386 arm64 armhf riscv64 +Architecture: none Multi-Arch: same Pre-Depends: ${misc:Pre-Depends}, Depends: ${misc:Depends}, diff --git a/debian/rules b/debian/rules index 5bedda76..f712bfb2 100755 --- a/debian/rules +++ b/debian/rules @@ -99,7 +99,7 @@ CONFFLAGS = \ -Dnss-systemd=true \ -Dresolve=true \ -Dstatus-unit-format-default=combined \ - -Dbootloader=$(if $(filter x32,$(DEB_HOST_ARCH)),false,auto) \ + -Dbootloader=false \ -Dstandalone-binaries=true ifeq (, $(filter stage1, $(DEB_BUILD_PROFILES))) -- 2.30.2