guix-config/config: Disable obsolete shpchp kernel module

master
Pierre Neidhardt 2018-09-12 19:39:12 +02:00
parent 08de454c7e
commit 0bdc63ceb6
1 changed files with 3 additions and 2 deletions

View File

@ -159,8 +159,9 @@
;; (kernel-arguments '("pcie_port_pm=off"))
(firmware (cons* linux-nonfree-firmware %base-firmware))
(initrd-modules (append (list "shpchp")
%base-initrd-modules))
;; REVIEW: shpchp seems to be obsolete.
;; (initrd-modules (append (list "shpchp")
;; %base-initrd-modules))
;; Assume the target root file system is labelled "guixsd",
;; and the EFI System Partition is specified by its UUID.