bsdinstall scripted regression (broken) 15-BETA
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Oct 2025 23:29:15 UTC
Bug 290375 <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290375> -
bsdinstall: pkgbase not scripted
Simple install script not work now after add pkgbase
bsdinstall script /tmp/installerconfig
# installerconfig
export nonInteractive="YES"
HOSTNAME="freebsd"
BSDINSTALL_PKG_REPOS_DIR="/usr/freebsd-packages/repos/"
DISTRIBUTIONS=""
DISKSLICE=vtbd0
PARTITIONS="$DISKSLICE GPT { auto freebsd-ufs / }"
#!/bin/sh -x
LUA usr.sbin/bsdinstall/scripts/pkgbase.in
Need OK in Select System Components
Not man, not option for select components in scripted mode, not ready
for white lebling
<https://github.com/freebsd/freebsd-src/blob/main/usr.sbin/bsdinstall/scripts/pkgbase.in#L170>