DragonFly BSD
DragonFly users List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Need help updating /boot


From: Dennis Melentyev <dennis.melentyev@xxxxxxxxx>
Date: Fri, 24 Sep 2010 09:56:10 +0300

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"; \
                echo "kernel and modules have moved to /boot"; \
                exit 1; \
        fi
        @if [ ! -f ${DESTDIR}/boot/dloader.rc ]; then \
                echo "You need to install a new ${DESTDIR}/boot before you"; \
                echo "can install a new kernel, kernels are now installed"; \
                echo "into a subdirectory along with their modules"; \
                exit 1; \
        fi
        @exit 0

For some reason I've got only the second warning, not the first one.

PS. Gone rebooting to the new kernel...
/dennis

On Fri, Sep 24, 2010 at 9:42 AM, Dennis Melentyev <dennis.melentyev@gmail.com> 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).

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.

--
Dennis Melentyev



--
Dennis Melentyev


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