CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/06/29 13:06:19
Modified files: distrib/miniroot: install.sub Log message: zap unused installer flag install.sub derives install/upgrade, interactive/unattended, etc. both via its own script name as well as usual flags, see dot.profile and do_autoinstall() besides the $0/getopt block. "- introduce a -m option to set MODE in install.sub" from r1.884 2016 is one of them, but unused as MODE is derived from PROGNAME; grep agrees there's no `m' flag with an "install" or "upgrade" argument. OK krw