projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
99db61f
)
Changed src-checkout to src-create - src-checkout does not initially instill sources...
author
jasonc <jasonc@web>
Wed, 17 Nov 2010 15:42:43 +0000 (07:42 -0800)
committer
Charlie <root@leaf.dragonflybsd.org>
Wed, 17 Nov 2010 15:42:43 +0000 (07:42 -0800)
docs/newhandbook/ConfigureKernel/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/newhandbook/ConfigureKernel/index.mdwn
b/docs/newhandbook/ConfigureKernel/index.mdwn
index
38be372
..
01082d9
100644
(file)
--- 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: