|
|
@ -178,6 +178,7 @@ EXAMPLES |
|
|
|
./opt/subhost/mta/mta.conf |
|
|
|
**** |
|
|
|
BASE=. |
|
|
|
CABLES= = |
|
|
|
START= rsyslog newtorking ssh postfix |
|
|
|
**** |
|
|
|
|
|
|
@ -185,5 +186,11 @@ The above example assumes a directory +/opt/subhost/mta+ that contains |
|
|
|
the configuration file +mta.conf+ and directories +root+, +work+ and |
|
|
|
+live+. *overlay-boot* will set up an overlay mount on +live+ with |
|
|
|
+root+ as UPPER, +work+ as WORK and +/+ as LOWER, i.e. an overlay of |
|
|
|
the main host filesystem. |
|
|
|
the main host filesystem. Further, the running subhost will feature a |
|
|
|
virtual cable to the main host, where the subhost end is named +eth0+ |
|
|
|
and the main host end is named +mta0+, and upon start, an +ifup mta0+ |
|
|
|
is attempted at the host end while the subhost end is handled via its |
|
|
|
neworking service. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|