me
/
guix
Archived
1
0
Fork 0

gnu: grub: Do not strip modules.

* gnu/packages/bootloaders.scm (grub)[arguments]<#:strip-binaries>: Set to
false to prevent Grub modules stripping.
master
Mathieu Othacehe 2021-09-19 16:48:39 +02:00
parent 8e67a84a99
commit 71aa29911c
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 0 deletions

View File

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