Scott Likens wrote:
> On Mon, 2003-11-17 at 16:19, Aron HÃÂ¥kanson wrote:
>
>>Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]:
>>>cvsup
>>>make buildworld
>>>make buildkernel
>>>make installkernel
>>>-- reboot --
>>>make installworld
>>>
>>...
>>>/usr/src/bin/csh/../../contrib/tcsh/comple
Tis 2003-11-18 klockan 01.45 skrev Scott Likens:
> On Mon, 2003-11-17 at 16:19, Aron Håkanson wrote:
> > Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]:
> > > Hey all...
> > >
> > > Been trying to get 5.1-CURRENT installed since thursday.
> > >
> > > This is my procedure:
> > >
> > > cvsup
On Mon, 2003-11-17 at 16:19, Aron HÃÂ¥kanson wrote:
> Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]:
> > Hey all...
> >
> > Been trying to get 5.1-CURRENT installed since thursday.
> >
> > This is my procedure:
> >
> > cvsup
> > make buildworld
> > make buildkernel
> > make installkernel
That's exactly opposite of what UPDATING states. I don't intend to nit pick
the point, but I'm about to dig back into this tonight and I'm curious as to
which order to run things in.
According the the note in UPDATING, you should build world, build and install
kernel, reboot, then lastly insta
Tis 2003-11-18 klockan 00.25 skrev [EMAIL PROTECTED]:
> Hey all...
>
> Been trying to get 5.1-CURRENT installed since thursday.
>
> This is my procedure:
>
> cvsup
> make buildworld
> make buildkernel
> make installkernel
> -- reboot --
> make installworld
>
> This is the error I've been gettin
Hey,
1) cvsup
2) make buildworld
3) make installworld
4) make kernel KERNCONF=KERNNAME
or
cd /sys/i386/conf; config KERNNAME
cd ../compile/KERNNAME
make depend && make && make install && shutdown -r now
POOF! Your done :)
Hope that helps.
Lanny
On Mon, 2003-11-17 at 18:25, [EMAIL PROTECTED] wr
Hey all...
Been trying to get 5.1-CURRENT installed since thursday.
This is my procedure:
cvsup
make buildworld
make buildkernel
make installkernel
-- reboot --
make installworld
This is the error I've been getting (probably 25x since thursday... yes..
25 fresh installs since then)
===> bin/rc