-
Notifications
You must be signed in to change notification settings - Fork 14
15.0 #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reverts commit ab8cd81. There is now a soft-link (workaround) in the meantime.
|
After freebsd/freebsd-src@5f14800ca589 ("release.sh: Pass PKGBASE through") bsdinstall script installations (unattended installations) fail because /usr/freebsd-dist is no longer populated. bsdinstall(8) then tries to fetch the DISTRIBUTIONS the *.txz files from the Internet, and it fails. (Even if a user manually selects a mirror, it is not able to resolve the URL.) Adding both pkgbase packages and dist tarballs, at least for 15.0-RELEASE could be one option (if space permits). |
After freebsd/freebsd-src@5f14800ca589 ("release.sh: Pass PKGBASE through") bsdinstall script installations (unattended installations) fail because /usr/freebsd-dist is no longer populated. bsdinstall(8) then tries to fetch the DISTRIBUTIONS the *.txz files from the Internet, and it fails. (Even if a user manually selects a mirror, it is not able to resolve the URL.)
No description provided.