:revdate: {sys:date "+%Y-%m-%d %H:%M:%S"}
:COLON: :
:EQUALS: =
+:BANG: !
NAME
----
SYNOPSIS
--------
-LOWER=!*overlay-diskfile* _mount/path_ [ _diskfile_ [ _index_ ] ]
-UPPER=!*overlay-diskfile* _mount/path_ [ _diskfile_ [ _index_ ] ]
+*overlay-diskfile* _mount/path_ [ _diskfile_ [ _index_ ] ]
DESCRIPTION
-----------
The above mounts the second partition onto +mnt+ and provides the path
+mnt/some/path+ that as the LOWER filesystem.
-.Use a while diskfile as UPPER and WORK.
+.Use second partition diskfile filesystem subtrees for UPPER and WORK.
====
----
UPPER=!overlay-diskfile mnt/some/upper/path disk.img 2
====
The above mounts the second partition of disk.img and uses
-+mnt/some/upper/path+ as UPPER and +mnt/some/work/path+ as WORK.
++mnt/some/upper/path+ as UPPER and +mnt/some/work/path+ as WORK. Note
+that UPPER and WORK must always be subtrees from the same filesystem.
SEE ALSO