mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert kernel modules changes to support the Coreboot framebuffer
These changes broke the creation of the 'linux-modules-database' for all kernel series besides 5.15, 5.4, and 5.10, like this: ------ gnu/build/linux-modules.scm:257:5: kernel module not found "framebuffer_coreboot" "/gnu/store/yff45fr6q93mw44zdql9ffr95zcvwxcn-linux-libre-4.9.299/lib/modules" ------ We should support the coreboot framebuffer, but we need to test that change more completely before deploying it. This effectively reverts the following commits:1dfe8c3721
"gnu: linux-libre: Build simplefb into all x86{,_64} kernels."bc09e7ab56
"gnu: linux-libre: Support the Coreboot framebuffer." Fixes <https://issues.guix.gnu.org/52667> "System reconfiguration fails to build linux-modules.drv".
This commit is contained in:
parent
0f97729034
commit
fd6cfbc05a
13 changed files with 27 additions and 100 deletions
|
@ -352,8 +352,7 @@ FILE-SYSTEMS."
|
|||
"dm-crypt" "xts" "serpent_generic" "wp512" ;for encrypted root partitions
|
||||
"nls_iso8859-1" ;for `mkfs.fat`, et.al
|
||||
,@(if (string-match "^(x86_64|i[3-6]86)-" system)
|
||||
'("framebuffer_coreboot" ;for display during early (Core)boot
|
||||
"pata_acpi" "pata_atiixp" ;for ATA controllers
|
||||
'("pata_acpi" "pata_atiixp" ;for ATA controllers
|
||||
"isci") ;for SAS controllers like Intel C602
|
||||
'())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue