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)
Thu, Jan 23, 5:32 AM
Unknown Object (File)
Thu, Jan 23, 5:03 AM
Unknown Object (File)
Fri, Jan 17, 6:33 PM
Unknown Object (File)
Sat, Jan 4, 3:27 PM
Unknown Object (File)
Dec 18 2024, 4:10 AM
Unknown Object (File)
Dec 18 2024, 3:22 AM
Unknown Object (File)
Nov 13 2024, 11:24 AM
Unknown Object (File)
Oct 24 2024, 9:46 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