Re: Need help updating /boot

2010-09-24 Thread Dennis Melentyev
Thanks, Peter. grepped for the message and finally did it. Uptime 4:24 so far :) On Fri, Sep 24, 2010 at 9:59 AM, Peter Avalos wrote: > On Fri, Sep 24, 2010 at 09:42:23AM +0300, Dennis Melentyev wrote: > >Hi all, > > > >I'm trying to update** "v2.7.3.689.g853fe-DEVELOPMENT" to latest.

Re: Need help updating /boot

2010-09-24 Thread Peter Avalos
On Fri, Sep 24, 2010 at 09:42:23AM +0300, Dennis Melentyev wrote: >Hi all, > >I'm trying to update** "v2.7.3.689.g853fe-DEVELOPMENT" to latest. >Built successfully, installkernel complaints "install new /boot first" (or >something close to this). > make installworld before you do

Re: Need help updating /boot

2010-09-23 Thread Dennis Melentyev
Ok, solved. This part does not work for me: -- kern.post.mk -- kernel-installable: @if [ -f ${DESTDIR}/${DESTKERNNAME} ]; then \ echo "You need to make buildworld, installworld, and upgrade"; \ echo "before you can install a new kernel, because the"; \

Need help updating /boot

2010-09-23 Thread Dennis Melentyev
Hi all, I'm trying to update "v2.7.3.689.g853fe-DEVELOPMENT" to latest. Built successfully, installkernel complaints "install new /boot first" (or something close to this). I know, there was a major rewrite in boot/dloader, but neither UPDATING nor Makefile gives me a clue on what I have to do.