mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
README.org: Don't recommend load-broadcom-sta-service
.
Closes #26. * README.org: Replace `load-broadcom-sta-service` example with new `kernel-loadable-modules` field. * nongnu/services/kernel-modules.scm (load-broadcom-sta-service): Update docstring to recommend switching to `kernel-loadable-modules`.
This commit is contained in:
parent
b20c206810
commit
ed867eb386
2 changed files with 6 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; Copyright © 2019 Alex Griffin <a@ajgrf.com>
|
||||
;;; Copyright © 2019, 2020 Alex Griffin <a@ajgrf.com>
|
||||
;;;
|
||||
;;; This program is free software: you can redistribute it and/or modify
|
||||
;;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -66,6 +66,8 @@
|
|||
|
||||
(define* (load-broadcom-sta-service #:key (broadcom-sta broadcom-sta))
|
||||
"Return a service that loads the nonfree Broadcom wireless driver.
|
||||
This function is here only for backwards compatibility. You should prefer
|
||||
the `kernel-loadable-modules' mechanism to this now.
|
||||
|
||||
Users should also blacklist conflicting modules by adding the following
|
||||
to kernel-arguments:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue