User Tools

Site Tools


freebsd:jails

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
freebsd:jails [2020/12/01 04:39] – [To Do] sleepyfreebsd:jails [2025/07/07 23:10] (current) – external edit 127.0.0.1
Line 96: Line 96:
 <code>cd /usr/make <code>cd /usr/make
 make installworld DESTDIR=/jails/path make installworld DESTDIR=/jails/path
-mergemaster -iUF -D /jails/path+mergemaster -iFU -D /jails/path
 </code> </code>
 ==== jails_update.sh ==== ==== jails_update.sh ====
Line 108: Line 108:
 do do
     make installworld DESTDIR=$jail     make installworld DESTDIR=$jail
-    mergemaster -i -C -D $jail+    mergemaster -iFU -D $jail
 done done
 </code> </code>
Line 123: Line 123:
 echo $jail</code> echo $jail</code>
   * add UTF8 configuration to BASE jail   * add UTF8 configuration to BASE jail
-  * two examples of mergemaster under https://wiki.sleepy.wtf/doku.php?id=freebsd:jails#using_source use different argument flags.[[freebsd:jails#using_source|Setting up Host]]+  * need to create alias for jail ip on hosts network interface during jail creation. 
 +    * using ''ifconfig'' for one-time use <code bash>ifconfig igb0 alias 10.0.0.92 netmask 255.255.255.0</code> 
 +    * permanent using ''rc.conf'' <code bash /etc/rc.conf>ifconfig_igb0_alias2="10.0.0.92 netmask 255.255.255.0"</code>
freebsd/jails.1606797596.txt.gz · Last modified: (external edit)