<div dir="ltr">Can I share this information on my blog?<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div dir="ltr"><div style="text-align:center"><br></div></div></div></blockquote></blockquote></blockquote><div><div dir="ltr"><div><br></div><div>----</div><div><img src="https://docs.google.com/uc?export=download&id=0B76oiuOUex6FZHpFZWp3a3F3blE&revid=0B76oiuOUex6FejhEb0JTYThUbDNHWWJPdFA3VmNTWTRDSmdVPQ" width="420" height="126"><br></div></div></div></div></div></div></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><ul><li><b><a href="https://www.youtube.com/user/tocadotux" style="font-family:arial;font-size:small" target="_blank">https://www.youtube.com/user/tocadotux</a><br></b></li><li><b><a href="http://www.tocadotux.com.br/" target="_blank">http://www.tocadotux.com.br/</a><br></b></li><li><a href="http://www.tsu.co/tocadotux" target="_blank"><b>http://www.tsu.co/tocadotux</b></a></li><li><a href="https://github.com/tocadotux/caixaDeFerramentasDoUnix" style="font-size:12.8px" target="_blank"><b><font size="4">Caixa de Ferramentas do Unix</font></b></a></li></ul></blockquote></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em seg, 17 de jun de 2019 às 14:43, Justin Sherrill <<a href="mailto:justin@shiningsilence.com">justin@shiningsilence.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">DragonFly 5.6 is released - here's the release page:<br>
<br>
<a href="https://www.dragonflybsd.org/release56/" rel="noreferrer" target="_blank">https://www.dragonflybsd.org/release56/</a><br>
<br>
The normal ISO and IMG files are available for download and install,<br>
plus an uncompressed ISO image for those installing remotely.<br>
<br>
If you have an existing 5.x system and are running a generic kernel,<br>
the normal upgrade process will work.  Change your local /usr/src to<br>
5.4:<br>
<br>
> cd /usr/src<br>
> git fetch origin<br>
> git branch DragonFly_RELEASE_5_6 origin/DragonFly_RELEASE_5_6<br>
> git checkout DragonFly_RELEASE_5_6<br>
> git pull<br>
<br>
And then rebuild: (in /usr/src )<br>
<br>
> make buildworld<br>
> make buildkernel<br>
> make installkernel<br>
> make installworld<br>
> make upgrade<br>
<br>
After your next reboot, you can optionally update your rescue system:<br>
<br>
(reboot)<br>
cd /usr/src<br>
make initrd<br>
<br>
Don't forget to upgrade your existing packages.  There's new packages<br>
built for 5.6:<br>
<br>
> pkg update<br>
> pkg upgrade<br>
</blockquote></div>