From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b6vKV1PjSz30C6 for ; Wed, 28 May 2025 15:57:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b6vKQ51C1z2yVK for ; Wed, 28 May 2025 15:57:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b6vKP55yKzYc; Wed, 28 May 2025 15:57:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748447865; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Cy/xY7GGRRuH1UHw0UhrfRk2lNyreoUgk4UD6ATdA2s=; b=hWcISa6UsXDky8oIiBCkprbreNribn6w8WXI8iXEjXfv9VoX6Y4m2IRysoPvvuuBC2V/MS coFPZ+Ikz8PZCcBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748447865; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Cy/xY7GGRRuH1UHw0UhrfRk2lNyreoUgk4UD6ATdA2s=; b=lOF20edtt7fwgC8OYanfsRz/TGcmjMEfVLiDSuorPRDEamlnNY9wisaF1/f3RIg6ZntsCx qSnSqQZbibftyLUoxllzsIlD55sMEIsW0O0n2CPtJaUUjZ8j+euT9zlYAzQXN7hQMh6bKu EV9cqdqoD6Lm/Kz1nS5FQjL8ecdekLBsDtm6pNRlUAD2yaFXCTyE3HL1oW8GSTggyyUV0m btJNjwUYHY/DDgoLVOChFZBF3URLbV4ZxDh03nq1+//jQJ21yVJw7JciP4kSnPijXqcwYs AJnRTvmx2NWhHCk0xFVwpPxCGVdMIV8C5605+EIzxVv/i5Q284LXGVxXaettUg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] ipfire.conf: Fixes bug13836 - Change dracut default to no binary strip Date: Wed, 28 May 2025 17:57:40 +0200 Message-ID: <20250528155740.19489-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fixes: #13836 Signed-off-by: Adolf Belka --- config/dracut/ipfire.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/dracut/ipfire.conf b/config/dracut/ipfire.conf index 5a4f0aa7c..a5e0ea62e 100644 --- a/config/dracut/ipfire.conf +++ b/config/dracut/ipfire.conf @@ -3,3 +3,6 @@ early_microcode="yes" # Compress using Zstandard compress="zstd -10 -q -T1" + +# Disable default stripping of binaries +do_strip="no" \ No newline at end of file -- 2.49.0