Page MenuHomeFreeBSD

Fix the handbook install option in bsdinstall
ClosedPublic

Authored by allanjude on Mar 7 2015, 7:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 11:24 AM
Unknown Object (File)
Thu, Oct 24, 9:46 PM
Unknown Object (File)
Sep 19 2024, 5:47 PM
Unknown Object (File)
Sep 19 2024, 1:24 PM
Unknown Object (File)
Sep 19 2024, 5:49 AM
Unknown Object (File)
Sep 1 2024, 6:05 PM
Unknown Object (File)
Aug 19 2024, 11:50 AM
Unknown Object (File)
Aug 19 2024, 4:09 AM
Subscribers

Details

Reviewers
nwhitehorn
bapt
Summary

bsdconfig's f_package_add doesn't seem to support using the pkg repo from /etc/pkg/FreeBSD.conf

It also tries to run the commands on the installer image, not in the chroot

instead, manually bootstrap pkg in the chroot, and then install the requested packages (in the chroot)

Doesn't use pkg -c, because pkg is not installed in the installer

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

allanjude retitled this revision from to Fix the handbook install option in bsdinstall.
allanjude updated this object.
allanjude edited the test plan for this revision. (Show Details)
allanjude added reviewers: nwhitehorn, bapt.
bapt edited edge metadata.
This revision is now accepted and ready to land.Mar 18 2015, 11:18 PM