On Fri, Mar 16, 2007 at 12:09:28PM +0100, Karel Kulhavy wrote:
| I am not following anything - just installed OpenBSD 4.0 from a CD. What
should
| I follow, then?
|
| In other operating system the concept of upgrading is straightforward -
Windows
| ask you and you press OK, in Gentoo Linux you type a magic sequence of
magic
| commands and your system is up to date.  But in OpenBSD it seems that the
| versions are not a sequence, but a tree with a lot of one way streets and
| that's what confuses me.

If this is how you feel, than (in this particular case) you can
compare OpenBSD to Gentoo Linux. You type a magic sequence of magic
commands and your system is up to date. The secret incantation is :

        sudo -s
        cd /usr
        export [EMAIL PROTECTED]:/cvs
        export VERS=OPENBSD_`uname -r | tr '.' '_'`
        cvs checkout -P -r${VERS} src
        cd src/sys/arch/`uname -m`/conf
        config GENERIC
        cd ../compile/GENERIC
        make clean
        make depend
        make
        make install
        reboot

And there you have it. All you need is the compiler install set
installed and sufficient space in /usr/src. If this magic sequence is
too long for you, feel free to copy/paste them into a shell-script and
execute that.

Please note, that I've typed this without verifying every step. The
process is not hard, pretty well documented, and you should be able to
figure it out. And you may want to change little bits if you run on an
SMP-capable machine.

Good luck.

Paul 'WEiRD' de Weerd

--
>++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+
+++++++++++>-]<.>++[<------------>-]<+.--------------.[-]
                 http://www.weirdnet.nl/

[demime 1.01d removed an attachment of type application/pgp-signature]

Reply via email to