Add bind-mount for /etc/adjtime to make subhost use host clock without ado
[rrq/overlay-boot.git] / overlay-share.8.adoc
1 overlay-share(8)
2 ================
3 :doctype: manpage
4 :revdate: {sys:date "+%Y-%m-%d %H:%M:%S"}
5 :COLON: :
6 :EQUALS: =
7 :BANG: !
8
9 NAME
10 ----
11 overlay-share - Utility to bind mount directory into subhost.
12
13 SYNOPSIS
14 --------
15 *overlay-share* _path_ _subhostname_
16
17 DESCRIPTION
18 -----------
19
20 *overlay-share* is a utility command script for bind-mounting a
21  directory into a subhost under the same pathname.
22
23 OPTIONS
24 -------
25
26 no options.
27
28 EXAMPLES
29 --------
30
31 ====
32 ----
33 # overlay-share /home/guest example
34 ----
35 ====
36
37 The above bind-mounts the main host's directory tree +/home/guest+
38 into the subhost +example+ and thereby making that directory subtree
39 shared between the subhost and the main host.
40
41 SEE ALSO
42 --------
43
44 *overlay-boot*, *overlay-stop*