From: jasonc Date: Wed, 17 Nov 2010 15:42:43 +0000 (-0800) Subject: Changed src-checkout to src-create - src-checkout does not initially instill sources... X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/f0967515207a4381b75c3113e8dff854420e0666 Changed src-checkout to src-create - src-checkout does not initially instill sources, results in an error. --- diff --git a/docs/newhandbook/ConfigureKernel/index.mdwn b/docs/newhandbook/ConfigureKernel/index.mdwn index 38be3728..01082d97 100644 --- a/docs/newhandbook/ConfigureKernel/index.mdwn +++ b/docs/newhandbook/ConfigureKernel/index.mdwn @@ -56,7 +56,7 @@ If there is ***not*** a `/usr/src/sys` directory on your system, then the kernel The preferred way of installing the sources is: # cd /usr - # make src-checkout + # make src-create This will download the whole source tree via git into /usr/src. This method also allows for easy updating of the source tree by using: