On Saturday 06 February 2010, Tim Daneliuk wrote:

> When migrating from 6.x to 7.x and to do system refreshes within a
> given release branch, I did/do this:
>
>         - Get sources
>         - mergemaster -i
>         - make buildworld buildkernel
>         - go single user
>         - make installworld installkernel
>         - reboot

Shouldn't mergemaster be run later in the sequence, like this:

        - make buildworld buildkernel
        - make installkernel
        - Reboot into single user mode
        - mergemaster -p
        - make installworld
        - mergemaster (or mergemaster -Ui)
        - Reboot

-- 
Mike Clarke
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to