guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: grub: Do not strip modules.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: grub: Do not strip modules.
Date: Sun, 19 Sep 2021 10:49:49 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 71aa299  gnu: grub: Do not strip modules.
71aa299 is described below

commit 71aa29911cf3f4e6db5f9bff9237308b5f93283d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 19 16:48:39 2021 +0200

    gnu: grub: Do not strip modules.
    
    * gnu/packages/bootloaders.scm (grub)[arguments]<#:strip-binaries>: Set to
    false to prevent Grub modules stripping.
---
 gnu/packages/bootloaders.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 8708bc6..c0fa16f 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -114,6 +114,8 @@
        ;; calling the ‘true’ binary instead.  Python is only needed during
        ;; bootstrapping (for genptl.py), not when building from a release.
        (list "PYTHON=true")
+       ;; Grub fails to load stripped modules.
+       #:strip-binaries? #f
        #:phases (modify-phases %standard-phases
                   (add-after 'unpack 'patch-stuff
                    (lambda* (#:key native-inputs inputs #:allow-other-keys)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]