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/10/05 00:25] 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 122: Line 122:
   * replace hardcoded jail paths with variable<code bash>export jail=/jails/BASE   * replace hardcoded jail paths with variable<code bash>export jail=/jails/BASE
 echo $jail</code> echo $jail</code>
 +  * add UTF8 configuration to BASE jail
 +  * 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.1601857550.txt.gz · Last modified: (external edit)