Can I share this information on my blog?
---- - *https://www.youtube.com/user/tocadotux <https://www.youtube.com/user/tocadotux> * - *http://www.tocadotux.com.br/ <http://www.tocadotux.com.br/> * - *http://www.tsu.co/tocadotux* <http://www.tsu.co/tocadotux> - *Caixa de Ferramentas do Unix* <https://github.com/tocadotux/caixaDeFerramentasDoUnix> Em seg, 17 de jun de 2019 às 14:43, Justin Sherrill < [email protected]> escreveu: > DragonFly 5.6 is released - here's the release page: > > https://www.dragonflybsd.org/release56/ > > The normal ISO and IMG files are available for download and install, > plus an uncompressed ISO image for those installing remotely. > > If you have an existing 5.x system and are running a generic kernel, > the normal upgrade process will work. Change your local /usr/src to > 5.4: > > > cd /usr/src > > git fetch origin > > git branch DragonFly_RELEASE_5_6 origin/DragonFly_RELEASE_5_6 > > git checkout DragonFly_RELEASE_5_6 > > git pull > > And then rebuild: (in /usr/src ) > > > make buildworld > > make buildkernel > > make installkernel > > make installworld > > make upgrade > > After your next reboot, you can optionally update your rescue system: > > (reboot) > cd /usr/src > make initrd > > Don't forget to upgrade your existing packages. There's new packages > built for 5.6: > > > pkg update > > pkg upgrade >
