]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ipfire.conf: Fixes bug13836 - Change dracut default to no binary strip
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 28 May 2025 15:57:40 +0000 (17:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 May 2025 16:26:38 +0000 (16:26 +0000)
Fixes: #13836
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/dracut/ipfire.conf

index 5a4f0aa7ce8cf55eeacbec57261779db59ec3808..a5e0ea62ef5b002cfe7f9061caf104e5e5bf9841 100644 (file)
@@ -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