Hello, You can upgrade via CVSup. It is a tool that can easily synchronize the whole source tree. A configuration file is necessary, You can find examples in /usr/share/examples/cvsup. The stable-supfile or the standard-supfile is for You. The standard-supfile synchronizes to -current tree, which is the development tree of the FreeBSD project and isn't recommended for new users. I discourage You to use -current. The stable-supfile synchronizes to the -stable tree, which supposed to be actually stable. It is the right choice for You. A sample supfile for You: *default host=cvsup.hu.FreeBSD.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs tag=RELENG_5 *default delete use-rel-suffix src-all You should change the first line according your location. Select a closer mirror. Now, run CVSup: cvsup /path/to/supfile. After the synchronization is complete: cd /usr/src make buildkernel make installkernel Then reboot. If the boot process is still okay with the new kernel: cd /usr/src make buildworld Reboot into single user mode, remount root with mount -u, then: cd /usr/src make installworld That's all. You must work as root from the beginning to the end. Detailed howto is available in the FreeBSD handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Cheers, Gábor Kövesdán Roger Grosswiler wrote: >hi, > >i am very, very new on freebsd. I would like to now, with which >possibilities i could update my freebsd 5.4 to the latest available >updates? > >Thank you >Roger > >_______________________________________________ >freebsd-current_at_freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" > >Received on Wed Jun 01 2005 - 11:35:52 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:35 UTC