Summary: | During post-install, selecting "Handbook" hangs and then fails | ||
---|---|---|---|
Product: | Base System | Reporter: | David Millard <dmillard10> |
Component: | bin | Assignee: | Allan Jude <allanjude> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | allanjude, emaste, jgoerzen, tablosazi.farahan |
Priority: | --- | ||
Version: | 10.1-RELEASE | ||
Hardware: | amd64 | ||
OS: | Any |
Description
David Millard
2014-12-24 07:58:10 UTC
Saw this too. The console on Alt-F3 or Alt-F4 shows messages about pkg not being installed. Also, when I tried to install from CD, it said /dist is not writeable. A patch has been created and is undergoing review https://reviews.freebsd.org/D2026 A commit references this bug: Author: allanjude Date: Wed Mar 18 23:24:39 UTC 2015 New revision: 280234 URL: https://svnweb.freebsd.org/changeset/base/280234 Log: Fix the handbook install option in bsdinstall 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 destination 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 on the installer image PR: 196250 Differential Revision: https://reviews.freebsd.org/D2026 Approved by: bapt Sponsored by: ScaleEngine Inc. Changes: head/usr.sbin/bsdinstall/scripts/docsinstall MARKED AS SPAM |