[Bug 286528] bsdinstall: bootonly.iso fails to install pkgbase
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286528] bsdinstall: bootonly.iso fails to install pkgbase"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 22:04:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286528
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs@FreeBSD.org |re@FreeBSD.org
--- Comment #1 from Ed Maste <emaste@freebsd.org> ---
bootonly.iso built locally:
$ tar tvf bootonly.iso | grep '/pkg$'
drwxr-xr-x 2 0 0 2048 May 4 15:56 etc/pkg
d--------- 2 0 0 2048 May 4 15:56 usr/local/include/pkg
drwxr-xr-x 2 0 0 2048 May 4 15:56 usr/local/lib/compat/pkg
-rw-r--r-- 1 0 0 26 May 4 15:56 usr/local/libdata/ldconfig/pkg
-rwxr-xr-x 1 0 0 4208960 May 4 15:56 usr/local/sbin/pkg
d--------- 2 0 0 2048 May 4 15:56 usr/local/share/doc/pkg
-r-xr-xr-x 1 0 0 555728 May 4 15:56 usr/sbin/pkg
drwxr-xr-x 4 0 0 2048 May 4 15:56 usr/share/keys/pkg
drwxr-xr-x 2 0 0 2048 May 4 15:56 var/db/pkg
but on the official image the pkg package was not installed:
tar tvf FreeBSD-15.0-CURRENT-amd64-20250501-f676c13d4226-276914-bootonly.iso |
grep '/pkg$'
drwxr-xr-x 2 0 0 2048 May 1 05:58 etc/pkg
-r-xr-xr-x 1 0 0 555568 May 1 05:58 usr/sbin/pkg
drwxr-xr-x 4 0 0 2048 May 1 05:58 usr/share/keys/pkg
drwxr-xr-x 2 0 0 2048 May 1 05:58 var/db/pkg
--
You are receiving this mail because:
You are the assignee for the bug.