Skip to content

Instantly share code, notes, and snippets.

@attilagyorffy
Created July 2, 2016 17:58
Show Gist options
  • Save attilagyorffy/c9b67fcaed51fab1bacbeb954676e6ea to your computer and use it in GitHub Desktop.
Save attilagyorffy/c9b67fcaed51fab1bacbeb954676e6ea to your computer and use it in GitHub Desktop.
Install FreeBSD 10.3 with LibreSSL in base
# 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