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.
+1 for this
https://reviews.freebsd.org/D35193
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 …