https://sources.debian.org/data/main/b/beancount/2.2.0-3/debian/patches/0001-Remove-fonts.googleapis.com-links-for-the-bean-web-t.patch From: Nicolas Dandrimont Date: Tue, 1 May 2018 04:49:55 +0200 Subject: Remove fonts.googleapis.com links for the bean-web template --- beancount/web/web.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beancount/web/web.html b/beancount/web/web.html index 3995ce2..ec9e707 100644 --- a/beancount/web/web.html +++ b/beancount/web/web.html @@ -3,10 +3,6 @@ - - - - {{title}}: {{pagetitle}} 7feca6d6cdfadd4e61d3'>refslogtreecommitdiff
path: root/gnu/build/linux-modules.scm
AgeCommit message (Expand)Author
2024-03-27linux-modules: Ignore nonexistent module files on boot....This is a follow-up to 8f8ec56052766aa5105d672b77ad9eaca5c1ab3c, which only covers building initrd, while the booting code still tries to load nonexistent files for builtin modules. * gnu/build/linux-modules.scm (load-linux-modules-from-directory): Ignore nonexistent module files. Change-Id: I09ef207e82397e915e671c8464b92bcf90f03dcf Hilton Chain
2023-10-15linux-modules: Fix module dependency loading....* gnu/build/linux-modules.scm (dot-ko): Make COMPRESSION optional, as expected by callers RECURSIVE-MODULE-DEPENDENCIES and LOAD-LINUX-MODULE*. Tobias Geerinckx-Rice
2022-11-15linux-modules: Add 'load-pci-device-database'....* gnu/build/linux-modules.scm (read-pci-device-database) (load-pci-device-database): New procedures. Ludovic Courtès
2022-11-15linux-modules: Add support for listing PCI devices....* gnu/build/linux-modules.scm (<pci-device>): New record type. (pci-device-class-predicate, storage-pci-device?, network-pci-device?) (display-pci-device?, pci-devices?): New procedures. Ludovic Courtès