ipfire.conf: Fixes bug13836 - Change dracut default to no binary strip

Message ID 20250528155740.19489-1-adolf.belka@ipfire.org
State Staged
Commit 084533638e69c7cf94da43fb5d99d3c1a5741b66
Headers
Series ipfire.conf: Fixes bug13836 - Change dracut default to no binary strip |

Commit Message

Adolf Belka May 28, 2025, 3:57 p.m. UTC
  Fixes: #13836
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 config/dracut/ipfire.conf | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

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