Created
July 2, 2016 17:58
-
-
Save attilagyorffy/c9b67fcaed51fab1bacbeb954676e6ea to your computer and use it in GitHub Desktop.
Install FreeBSD 10.3 with LibreSSL in base
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# git clone https://github.com/attilagyorffy/freebsd.git /usr/src | |
# cd /usr/src | |
# git checkout releng/10.3-libressl | |
# make buildworld && make buildkernel && make installkernel && make installworld | |
# reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment