# Set of available languages. da de en@boldquot en@quot eo es fr hu pl pt_BR sr vi zh_CN type='text/css' href='/cgit-static/better-cgit-markdown-heading-color.css'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-modules.scm
AgeCommit message (Expand)Author
2021-12-16linux-modules: Ignore EINVAL in ‘modprobe’ mode....Loading the framebuffer-coreboot module simply fails with EINVAL on a non-Corebooted system. Crashing the system with a kernel panic is not a reasonable reaction to loading valid modules on unsupported hardware. The kernel should log an error, which the user is expected to see. Bogus module names will still be fatally reported by linux-modules.drv. * gnu/build/linux-modules.scm (load-linux-module*): Ignore EINVAL errors when operating recursively. Tobias Geerinckx-Rice via Guix-patches via