CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/07/02 16:55:06
Modified files: distrib/miniroot: dot.profile install.sub Log message: clarify unattended upgrade path MODE is "install" or "upgrade", AI (autoinstall) and UU (unattended upgrade) are true/false; install.sub sets them based on PROGNAME and flags. Since the initial /bsd.upgrade bits in 2019, dot.profile first always looks for an unattended upgrade and only that, as the kernel path implies, not an install, as comment and script name suggest. So instead of entering the installer with the general auto* name and the unattended flag and set the mode a little later, do it the obvious way and unmention install in the comment where no install is happening. OK afresh1