4 Replies to “Scheduling patch in”

  1. How can I upgrade + rebuild DragonFly? (the easy way to do).

  2. As root:

    mkdir /home/dcvs

    cvsup /usr/share/examples/cvsup/Dragonfly-supfile

    cd /usr/src

    cvs up -dP

    make world
    make kernel kernconf=GENERIC

    then reboot

  3. That won’t work.

    mkdir /home/dcvs
    cvsup /usr/share/examples/cvsup/Dragonfly-supfile
    cd /usr/src
    cvs co -dP
    make buildworld
    make buildkernel kernconf=GENERIC
    make installkernel kernconf=GENERIC
    make installworld
    make upgrade
    reboot

Comments are closed.