On Thursday, November 27, 2008 at 23:56:31 -0600, Javier Vasquez wrote: >I'm sorry about my ignorance, but I was reading the section 5.4 about >releases, and couldn't find out how to upgrade a system from a >release, :(. > >Maybe such upgrade is more like >"http://www.openbsd.org/faq/upgrade44.html"? But the release tree >needs to be downloaded, or maybe synchronized instead, maybe using >rsync? > >Just thinking out loud how to do upgrades to this binary repo once the >installation is OK....
I usually do it like this: - download bsd.rd and copy it to / - reboot and type 'boot bsd.rd' at the boot> prompt - select upgrade - select ftp as location for the file sets - select the file sets you need - reboot Because you go from 4.4-release to 4.4-stable, there's no need to fiddle with etc44.tgz. After the last reboot, it just works. Maurice