Page MenuHomeFreeBSD

Fix the handbook install option in bsdinstall
ClosedPublic

Authored by allanjude on Mar 7 2015, 7:11 PM.
Tags
None
Referenced Files
F137842220: D2026.diff
Wed, Nov 26, 8:21 AM
Unknown Object (File)
Sun, Nov 23, 6:27 PM
Unknown Object (File)
Fri, Nov 21, 10:47 PM
Unknown Object (File)
Wed, Nov 19, 3:53 PM
Unknown Object (File)
Mon, Nov 17, 7:29 PM
Unknown Object (File)
Fri, Nov 14, 10:39 AM
Unknown Object (File)
Wed, Nov 5, 10:38 PM
Unknown Object (File)
Tue, Nov 4, 12:52 PM
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