From 41180ba8113db25b697563cab1d314c9d70943e0 Mon Sep 17 00:00:00 2001 From: cnb Date: Tue, 11 Nov 2014 15:55:19 +0000 Subject: [PATCH] add required change to makefile to be able to download source code --- docs/newhandbook/ConfigureKernel/index.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/newhandbook/ConfigureKernel/index.mdwn b/docs/newhandbook/ConfigureKernel/index.mdwn index f2be3616..0f6fb3e6 100644 --- a/docs/newhandbook/ConfigureKernel/index.mdwn +++ b/docs/newhandbook/ConfigureKernel/index.mdwn @@ -47,6 +47,10 @@ This will download the last revision of the source tree via git into `/usr/src`. # make src-update +You should edit the makefile located in /usr and change the GITHOST variable to one of the currently available git mirrors http://www.dragonflybsd.org/mirrors/. +For example: +GITHOST?=avalon.dragonflybsd.git + ### Your Custom Config File Next, move to the `config` directory and copy the `X86_64_GENERIC` (or `GENERIC` for x86) configuration file to the name you want to give your kernel. For example: -- 2.41.0