installing packages into a mounted system
Matthias Apitz
guru at unixarea.de
Thu Aug 14 19:00:34 UTC 2014
Hello,
To close this thread: after reading and understandig how it should work,
I have found the following easy solution:
# chroot /mnt pkg-static repo /PKGDIR
Creating repository in /PKGDIR: 83%
...
Packing files for repository: 100%
# chroot /mnt mkdir -p /usr/local/etc/pkg/repos
# vim /mnt/usr/local/etc/pkg/repos/myrepo.conf
# cat /mnt/usr/local/etc/pkg/repos/myrepo.conf
FreeBSD: {
url: "file:/PKGDIR",
enabled: true,
}
# chroot /mnt pkg-static -R /usr/local/etc/pkg/repos/ install autoconf-2.69
Updating repository catalogue
FreeBSD repository is up-to-date
All repositories are up-to-date
The following 5 packages will be affected (of 0 checked):
New packages to be INSTALLED:
autoconf: 2.69
indexinfo: 0.2
perl5: 5.16.3_11
m4: 1.4.17_1,1
autoconf-wrapper: 20131203
The process will require 45 MB more space
13 MB to be downloaded
Proceed with this action [y/N]: y
Fetching autoconf-2.69.txz: 100% of 529 KB
Fetching indexinfo-0.2.txz: 100% of 6 KB
Fetching perl5-5.16.3_11.txz: 100% of 12 MB
Fetching m4-1.4.17_1,1.txz: 100% of 183 KB
Fetching autoconf-wrapper-20131203.txz: 100% of 4 KB
Checking integrity... done (0 conflicting)
[1/5] Installing indexinfo-0.2: 100%
[2/5] Installing perl5-5.16.3_11: 100%
[3/5] Installing m4-1.4.17_1,1: 100%
[4/5] Installing autoconf-wrapper-20131203: 100%
[5/5] Installing autoconf-2.69: 100%
# chroot /mnt pkg-static info
autoconf-2.69 Automatically configure source code on many Un*x platforms
autoconf-wrapper-20131203 Wrapper script for GNU autoconf
indexinfo-0.2 Utility to regenerate the GNU info page index
m4-1.4.17_1,1 GNU m4
perl5-5.16.3_11 Practical Extraction and Report Language
Works fine. Thanks to the people who designed this new pkg tool.
matthias
--
Matthias Apitz | /"\ ASCII Ribbon Campaign:
E-mail: guru at unixarea.de | \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ | X - No proprietary attachments
phone: +49-170-4527211 | / \ - Respect for open standards
| en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
More information about the freebsd-current
mailing list