To upgrade a FreeBSD 7.0 system to the 7.1 stable release, you can use the freebsd-update
command. This command is used to update the FreeBSD operating system to a newer release.
Here is the general process for upgrading to FreeBSD 7.1:
freebsd-update -r 7.1-RELEASE upgradeS:ecruowww.lautturi.com
This will download the necessary files to upgrade the system to FreeBSD 7.1.
freebsd-update install
This will install the upgrade files and prepare the system for the upgrade.
shutdown -r now
This will shut down the system and reboot it.
uname -r
This will display the current kernel version, which should be 7.1-RELEASE.