From 447ce4e20466743cd41e5f5d744e6a5e383d7bb4 Mon Sep 17 00:00:00 2001 From: jrmarino Date: Wed, 22 Aug 2018 15:23:30 +0000 Subject: [PATCH] --- docs/howtos/HowToDPorts/index.mdwn | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/howtos/HowToDPorts/index.mdwn b/docs/howtos/HowToDPorts/index.mdwn index 643508cc..92d906d6 100644 --- a/docs/howtos/HowToDPorts/index.mdwn +++ b/docs/howtos/HowToDPorts/index.mdwn @@ -326,3 +326,20 @@ If you just want to set the options for one package, and accept the default for ## More reading * How fix/add broken ports: [[docs/howtos/fixdports]] * [Trick: How to get i386-only software via dports](http://leaf.dragonflybsd.org/mailarchive/users/2013-06/msg00023.html) + +# Internal: Procedure to sync freebsd ports + +This documentation is not intended for anyone other than the person(s) responsible for generating dports from the freebsd tree using the DragonFly BSD project's muscle server. + +## Update the world / kernel of muscles + +Ideally the host machine and the jail's world should match. In reality, if changes are close, the jail's world can be newer but it's best that they always match. + + # cd /usr/src + # make -j12 buildworld > /tmp/bw.log + # make -j12 kernel > /tmp/kernel.log + # make installworld > /tmp/iw.log + # make upgrade + # reboot + +# Update the jail's world -- 2.41.0