[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OpenBsd and anonscsv for a ny starter



Hi,

I am sure this is all somewhere in the FAQ, but anyway.
To get in sync (with -current), you may do the following.

1) create a file for cvsup to use; for instance:

[/usr] #  cat > cvsupfile
*default release=cvs
*default delete use-rel-suffix
*default umask=022
*default host=cvsup.uk.openbsd.org
*default base=/usr/local/etc/cvs
*default prefix=/usr
*default compress
OpenBSD-all tag=.
^D

then:

[/usr] # cvsup cvsupfile

This will update your source tree.

Now, to build an up-to-date system, you should first configure and
build your kernel as described in the *faq*:

[/usr/src/sys/arch/i386/conf] # cp GENERIC MYKERNEL
[/usr/src/sys/arch/i386/conf] # vi MYKERNEL
[/usr/src/sys/arch/i386/conf] # config MYKERNEL
[/usr/src/sys/arch/i386/conf] # cd ../compile/MYKERNEL
[/usr/src/sys/arch/i386/compile/MYKERNEL] # make depend && make && make
install

Read the *faq* on what to do before you can issue a make build (for
instance, update
mtree first) ; then do

[/usr/src] # make build

.... and be patient.

-----Original Message-----
From: owner-misc@openbsd.org [mailto:owner-misc@openbsd.org]On Behalf Of
Craig GIBB
Sent: zondag 24 maart 2002 10:25
To: misc@openbsd.org
Subject: OpenBsd and anonscsv for a ny starter


Hi iam ny to OpensBsd and read the faq but iam a little confused, i have
setup a machine as a ftp server,
Works fine, no problems, and I would like to setup a source tree to be
able compile a ny kernel from and
Then keep it upto date with patches etc. I have a CD and have extracted
the src.tar to /usr/src, but after that
I get a little confused, any help would be appreciated.

Cheers Craig