Mercurial > docs
changeset 3:1fcfc84724ca
FreeBSD: use svnlite instead of svn in jails.md
author | David Demelier <markand@malikania.fr> |
---|---|
date | Mon, 28 Aug 2017 09:00:04 +0200 |
parents | 68e126f0eed0 |
children | 49956537f483 |
files | FreeBSD/jails.md |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/FreeBSD/jails.md Fri Aug 25 16:49:18 2017 +0200 +++ b/FreeBSD/jails.md Mon Aug 28 09:00:04 2017 +0200 @@ -14,8 +14,6 @@ Fetching source tree ==================== -You need to install `devel/subversion` package to continue. - In this guide we will assume that we are running FreeBSD 11.1-RELEASE, to fetch the source tree, you need this following URL: @@ -23,7 +21,7 @@ In our case: - svn co svn://svn.FreeBSD.org/base/releng/11.1 /usr/src + svnlite co svn://svn.FreeBSD.org/base/releng/11.1 /usr/src Customizing the build ===================== @@ -81,5 +79,3 @@ cd /usr/src make DESTDIR=/jails/template installworld make DESTDIR=/jails/template distribution - -