-
Notifications
You must be signed in to change notification settings - Fork 315
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
Added notes about bootstrapping the Habitat system. #806
Added notes about bootstrapping the Habitat system. #806
Conversation
Also fix the missing link on the sidebar for the crypto internals. Signed-off-by: Julian C. Dunn <[email protected]>
By analyzing the blame information on this pull request, we identified @TrevorBramble, @davidwrede and @ryankeairns to be potential reviewers |
📌 Commit bfc2e1a has been approved by |
|
||
This document provides developer documentation on how the Habitat system becomes self-sustaining. It is built upon the work from the [Linux from Scratch](http://www.linuxfromscratch.org/lfs/) project. | ||
|
||
This instructions in this document may become rapidly out-of-date as we develop Habitat further. Should you have questions, please join us in [Slack](http://slack.habitat.sh/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This The
Also fix the missing link on the sidebar for the crypto internals. Signed-off-by: Julian C. Dunn <[email protected]> Pull request: #806 Approved by: smith
|
||
* Statically built [BusyBox](https://www.busybox.net/) - used for the unzip implementation | ||
* Statically built [Wget](https://www.gnu.org/software/wget/) with OpenSSL support - used by the build program to download sources | ||
* A copy of curl’s [cacert.pem](https://curl.haxx.se/ca/cacert.pem) certificates - used by wget when connecting to SSL-enabled websites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how you feel about "smart" quotes and their kin, but you've got a jaunty apostrophe there. (And elsewhere.)
☀️ Test successful - travis |
Also fix the missing link on the sidebar for the crypto internals.