[Bug 290375] bsdinstall: can't install pkgbase system with installerconfig

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 May 2026 14:14:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290375

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=dc14ae4217a0babb1240f813b642edc2d7b955a6

commit dc14ae4217a0babb1240f813b642edc2d7b955a6
Author:     Alan Somers <asomers@FreeBSD.org>
AuthorDate: 2026-04-28 17:27:17 +0000
Commit:     Alan Somers <asomers@FreeBSD.org>
CommitDate: 2026-05-12 14:13:16 +0000

    bsdinstall: do pkgbase installations with the "script" command

    "bsdinstall script" will now do a pkgbase installation by default.  The
    system components to install can be specified in the COMPONENTS
    variable, and have the same names as those used in the interactive
    installer.  bsdinstall will still do a legacy distset installation if
    DISTRIBUTIONS is defined in the installerconfig file.

    MFC:            1 week
    PR:             290375
    Sponsored by:   ConnectWise
    Reviewed by:    ziaee, ivy, jduran
    Differential Revision: https://reviews.freebsd.org/D56717

 UPDATING                               |  5 +++
 usr.sbin/bsdinstall/bsdinstall.8       | 45 ++++++++++++++++-----
 usr.sbin/bsdinstall/scripts/pkgbase.in | 15 ++++++-
 usr.sbin/bsdinstall/scripts/script     | 71 ++++++++++++++++++++--------------
 4 files changed, 95 insertions(+), 41 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.