Bug 227999

Summary: bsdinstall(8) should maybe set moused_nondefault_enable="NO" if moused support isn't selected
Product: Base System Reporter: Rebecca Cran <bcran>
Component: binAssignee: 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 freebsd_committer freebsd_triage 2018-05-05 15:22:07 UTC
bsdinstall(8) has an option to enable moused support. However, if it's _not_ selected, moused is still started through the configuration of nondefault devices. It might be nice to either have another option to disable nondefault devices, or have bsdinstall automatically add the moused_nondefault_enable="NO" setting to rc.conf unless moused support is selected.
Comment 1 Christos Chatzaras 2022-05-13 10:11:06 UTC
+1 for this
Comment 2 Alfonso S. Siciliano freebsd_committer freebsd_triage 2022-05-13 11:22:30 UTC
https://reviews.freebsd.org/D35193
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-05-21 14:43:40 UTC
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(+)
Comment 4 Graham Perrin freebsd_committer freebsd_triage 2023-01-03 04:51:07 UTC
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 …