mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
Revert "gnu: system: Disable EFI pstore backend by default"
This reverts commit bea9ec8fe36cf62585c121e9ae25204d8591fad3. Change-Id: I3f6d2f78300e47e48523b9509ae5a5d6b9212bf0
This commit is contained in:
parent
c9af7c2186
commit
e727db72fc
1 changed files with 0 additions and 4 deletions
|
@ -761,10 +761,6 @@ (define %default-kernel-arguments
|
|||
;; Default arguments passed to the kernel.
|
||||
(list (string-append "modprobe.blacklist="
|
||||
(string-join %default-modprobe-blacklist ","))
|
||||
;; Disable the EFI pstore storage backend to avoid causing
|
||||
;; unrecoverable failures on some EFI systems:
|
||||
;; <https://lists.gnu.org/archive/html/help-guix/2025-01/msg00173.html>.
|
||||
"efi_pstore.pstore_disable=1"
|
||||
"quiet"))
|
||||
|
||||
(define* (operating-system-directory-base-entries os)
|
||||
|
|
Loading…
Reference in a new issue