The old procedure doesn't work after I run make I receive empty string,
and then when I try to run make install I received 
First start to built the kernel and then install it.

Also I tried to change smth in Makefile but nothing help, please if
somebody can answer how I can boot my FreeBSD-3.5 if his root filesystem
is on /dev/idad0s1a. I tried to enter everything when FreeBSD boot, but
every time I receiving 
Can't mount root on wd0 
Can't mount root on wda0

and after this my system rebooting
Even if I enter boot: 0:da(0,a)

Excuse for my English.
On Mon, 4 Sep 2000, void wrote:

> On Sun, Sep 03, 2000 at 11:24:43PM +0300, petro wrote:
> > 
> > How can I set KERNEL in /etc/make.conf -??? please write me more, because
> > I am not so power user ....
> > Thank you....
> 
> KERNEL=         KERNEL_NAME
> 
> just the same way all the other variables in make.conf are set ... but
> if you're using 3.x, then I think the old build procedure is what you
> want:
> 
> cd /sys/i386/conf
> config KERNEL_NAME
> cd ../../compile/KERNEL_NAME
> make depend
> make
> make install
> 
> -- 
>  Ben
> 
> 220 go.ahead.make.my.day ESMTP Postfix
> 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to