Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2025 09:41:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 290375] bsdinstall: pkgbase not scripted
Message-ID:  <bug-290375-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290375

            Bug ID: 290375
           Summary: bsdinstall: pkgbase not scripted
           Product: Base System
           Version: 15.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: andrey@bsdnir.info

Created attachment 264737
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=264737&action=edit
simple add pkgbase

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

Patch base fixed, but not full non interactive. Need OK in Select System
Components

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290375-227>