Aw: AW: Re: Development branch
nans_nans1
nans_nans1 at yahoo.de
Thu Jun 11 08:40:54 PDT 2015
Ok. But sorry for my further question: And how can i update to 4.0.5 if i running 4.0.4?
What is here difference?
Von Samsung Mobile gesendet
-------- Ursprüngliche Nachricht --------
Von: Matthias Sund <matthias_play at gmx.net>
Datum: 11.06.2015 14:37 (GMT+01:00)
An: nans_nans1 at yahoo.de
Betreff: Aw: AW: Re: Development branch
Hi,
you need to check out the master branch from DragonFly source repo:
cd /usr; make src-create && make src-checkout
You should have checked out master branch after that. You might check that with:
cd /usr/src; git branch
which should write "* master" to the terminal.
To actually upgrade the system, you need to issue the following steps with optional steps in paranthesis:
1. cd /usr/src
2. (git pull) updates the sources to the latest devel version
3. make buildworld && make buildkernel
4. make installkernel && make installworld && make upgrade
5. reboot
In step 3, you may use "make -j[number of available CPU cores] ..." to speed up the build processes.
Regards
Matthias
Gesendet: Donnerstag, 11. Juni 2015 um 13:49 Uhr
Von: nans_nans1 <nans_nans1 at yahoo.de>
An: "John Marino" <dragonflybsd at marino.st>, users at dragonflybsd.org
Betreff: AW: Re: Development branch
Thank you. But, please, give me instructions what i have to do in detail.
Von Samsung Mobile gesendet
-------- Ursprüngliche Nachricht --------
Von: John Marino <dragonflybsd at marino.st>
Datum: 11.06.2015 13:25 (GMT+01:00)
An: nans_nans1 at yahoo.de,users at dragonflybsd.org
Betreff: Re: Development branch
On 6/11/2015 13:18, nans_nans1 at yahoo.de wrote:
> Hi
>
> is it possible to stay in development branch for every update forever?
>
> If yes, how can i do this?
>
Build from source and have git set to the "master" branch. By
definition, it is always development. It got changed to version 4.3
(from 4.1) this morning.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20150611/34eeb6cd/attachment-0003.htm>
More information about the Users
mailing list