I just used the
However, I'm quite curious about why an additional GiB of space is required. Does anyone know why? I would expect that the new pkgbase packages correspond exactly to the base system that comes from
pkgbasify
tool to convert my system over to use pkgbase. Overall, it seems to have worked without an issue. pkg
shows me the large number of packages to be installed:
Code:
New packages to be INSTALLED:
FreeBSD-acct: 14.3p1 [FreeBSD-base]
FreeBSD-acct-man: 14.3p1 [FreeBSD-base]
FreeBSD-acpi: 14.3p1 [FreeBSD-base]
(.. elided ..)
FreeBSD-zfs-dev: 14.3p1 [FreeBSD-base]
FreeBSD-zfs-man: 14.3p1 [FreeBSD-base]
FreeBSD-zoneinfo: 14.3p1 [FreeBSD-base]
Number of packages to be installed: 268
The process will require 1 GiB more space.
However, I'm quite curious about why an additional GiB of space is required. Does anyone know why? I would expect that the new pkgbase packages correspond exactly to the base system that comes from
base.tgz
, so my assumption is that the required disk space should be the same. Am I missing something?