From 98b56ce23893b7f0c5109c325f199a43793e8b5b Mon Sep 17 00:00:00 2001 From: Ark74 <ark@switnet.org> Date: Wed, 7 Dec 2022 14:00:49 -0600 Subject: [PATCH] debian-installer: WIP - disable any other arch than amd64 --- helpers/make-debian-installer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/make-debian-installer b/helpers/make-debian-installer index 8f6eade5..9e5f4899 100644 --- a/helpers/make-debian-installer +++ b/helpers/make-debian-installer @@ -24,6 +24,8 @@ REPOKEY=648ACFD622F3D138 NETINST=true . ./config +#Manually disable 'any' other arch than amd64 +sed -i '/Architecture:/s|any|amd64|' debian/control # Set complete name as BUILD_DATE sed -i "/DATE=/s/ | cut -d '.' -f 1//" debian/rules -- GitLab