Revert "gnu: system: Disable EFI pstore backend by default"

This reverts commit bea9ec8fe36cf62585c121e9ae25204d8591fad3.

Change-Id: I3f6d2f78300e47e48523b9509ae5a5d6b9212bf0
This commit is contained in:
Leo Famulari 2025-01-28 13:47:04 -05:00
parent c9af7c2186
commit e727db72fc
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -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)