On Tue, Sep 21, 2010 at 7:03 PM, LOL <elvis4...@gmail.com> wrote: > Hello everybody, I read already all the faq and the doc on the openBSD > websites. There's just two-three thing that I'm not very sure how to do it > correctly. > The proper way to update a -RELEASE installation is to pick the patch on the > openBSD websites and just follow the instruction that come with the patch ?
yes. this requires for you to have base source for the release you are following checked out so you can apply patches from errata to. > To update a -CURRENT, you just have to pick a bsd.rd on the openBSD sites > and boot on it and you're on the track ? either you frequently build from src and keep a close eye on "following -current" page as it is updated, or you can use snapshots to upgrade to. The latter being much simpler method. > Does openBSD have a tools that search packages ? The only way I found it's > by installing ports tree but I think it's a bit stupid to have all the tree > just to a search. I'm not exactly sure what you mean by "search packages" but reading pkg_add(1) and related man pages may be of help. > Does openBSD has a boot manager like Grub or Boot0 for FreeBSD ? I don't think so. HTH, --patrick