Summary: | bsdinstall(8) should maybe set moused_nondefault_enable="NO" if moused support isn't selected | ||
---|---|---|---|
Product: | Base System | Reporter: | Rebecca Cran <bcran> |
Component: | bin | Assignee: | Alfonso S. Siciliano <asiciliano> |
Status: | In Progress --- | ||
Severity: | Affects Some People | CC: | asiciliano, chris, grahamperrin, sysinstall |
Priority: | --- | Keywords: | install |
Version: | CURRENT | ||
Hardware: | amd64 | ||
OS: | Any | ||
See Also: | https://reviews.freebsd.org/D35193 |
Description
Rebecca Cran
2018-05-05 15:22:07 UTC
+1 for this A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=8cfbeb56aa160de1ea4f492abeb3aa029e84269f commit 8cfbeb56aa160de1ea4f492abeb3aa029e84269f Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2022-05-21 14:37:53 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2022-05-21 14:42:23 +0000 bsdinstall services: Improve mouse configuration bsdinstall(8) has an option to enable moused support. However, if it is not selected, moused is still started through the configuration of nondefault devices. So, automatically add the moused_nondefault_enable="NO" setting to rc.conf unless moused support is selected. PR: 227999 Reported by: bcran Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D35193 usr.sbin/bsdinstall/scripts/services | 6 ++++++ 1 file changed, 6 insertions(+) Triage, after reading <https://lists.freebsd.org/archives/freebsd-questions/2023-January/002614.html>: * open, belated * CC the previously assigned group/list, sysinstall@ * status * severity * see also … |