<p dir="ltr">Don't forget make rescue after reboot if it worked. You might also want to do -j on your make commands and put the number of processors you have.</p>
<div class="gmail_quote">On 11 Jun 2015 08:43, "nans_nans1" <<a href="mailto:nans_nans1@yahoo.de">nans_nans1@yahoo.de</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br></div><div>Ok. But sorry for my further question: And how can i update to 4.0.5 if i running 4.0.4?</div><div>What is here difference?</div><div><br></div><div><div style="font-size:75%;color:#575757">Von Samsung Mobile gesendet</div></div><br><br><br>-------- Ursprüngliche Nachricht --------<br>Von: Matthias Sund <<a href="mailto:matthias_play@gmx.net" target="_blank">matthias_play@gmx.net</a>> <br>Datum: 11.06.2015  14:37  (GMT+01:00) <br>An: <a href="mailto:nans_nans1@yahoo.de" target="_blank">nans_nans1@yahoo.de</a> <br>Betreff: Aw: AW: Re: Development branch <br> <br><br><div style="font-family:Verdana;font-size:12.0px"><div> 
<div>
<div>Hi,</div>

<div> </div>

<div>you need to check out the master branch from DragonFly source repo:</div>

<div> </div>

<div>cd /usr; make src-create && make src-checkout</div>

<div> </div>

<div>You should have checked out master branch after that. You might check that with:</div>

<div> </div>

<div>cd /usr/src; git branch</div>

<div> </div>

<div>which should write "* master" to the terminal.</div>

<div> </div>

<div>To actually upgrade the system, you need to issue the following steps with optional steps in paranthesis:</div>

<div> </div>

<div>1. cd /usr/src</div>

<div>2. (git pull) updates the sources to the latest devel version</div>

<div>3. make buildworld && make buildkernel</div>

<div>4. make installkernel && make installworld && make upgrade</div>

<div>5. reboot</div>

<div> </div>

<div>In step 3, you may use "make -j[number of available CPU cores] ..." to speed up the build processes.</div>

<div> </div>

<div>Regards</div>

<div>Matthias</div>

<div name="quote" style="margin:10px 5px 5px 10px;padding:10px 0 10px 10px;border-left:2px solid #c3d9e5;word-wrap:break-word">
<div style="margin:0 0 10px 0"><b>Gesendet:</b> Donnerstag, 11. Juni 2015 um 13:49 Uhr<br>
<b>Von:</b> nans_nans1 <<a href="mailto:nans_nans1@yahoo.de" target="_blank">nans_nans1@yahoo.de</a>><br>
<b>An:</b> "John Marino" <<a href="mailto:dragonflybsd@marino.st" target="_blank">dragonflybsd@marino.st</a>>, <a href="mailto:users@dragonflybsd.org" target="_blank">users@dragonflybsd.org</a><br>
<b>Betreff:</b> AW: Re: Development branch</div>

<div name="quoted-content">
<div>Thank you. But, please, give me instructions what i have to do in detail.</div>

<div> </div>

<div> </div>

<div>
<div style="font-size:75.0%;color:rgb(87,87,87)">Von Samsung Mobile gesendet</div>
</div>
<br>
<br>
<br>
-------- Ursprüngliche Nachricht --------<br>
Von: John Marino <<a href="mailto:dragonflybsd@marino.st" target="_blank">dragonflybsd@marino.st</a>><br>
Datum: 11.06.2015 13:25 (GMT+01:00)<br>
An: <a href="mailto:nans_nans1@yahoo.de" target="_blank">nans_nans1@yahoo.de</a>,<a href="mailto:users@dragonflybsd.org" target="_blank">users@dragonflybsd.org</a><br>
Betreff: Re: Development branch<br>
<br>
<br>
On 6/11/2015 13:18, <a href="mailto:nans_nans1@yahoo.de" target="_blank">nans_nans1@yahoo.de</a> wrote:<br>
> Hi<br>
><br>
> is it possible to stay in development branch for every update forever?<br>
><br>
> If yes, how can i do this?<br>
><br>
<br>
<br>
Build from source and have git set to the "master" branch.  By<br>
definition, it is always development.  It got changed to version 4.3<br>
(from 4.1) this morning.</div>
</div>
</div>
</div></div>
</div></blockquote></div>