You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
yafox 9496ca6b47
fix license: fox => yafox
3 years ago
LICENSE fix license: fox => yafox 3 years ago
README initial commit 3 years ago
lyr.sh initial commit 3 years ago
makefile initial commit 3 years ago
sloc.sh initial commit 3 years ago

README

lyr

====

an abbreviation of "layer."

maintains a repository of overlayfs upper directories, work directories, and
mount paths at LYRREPO. simplifies mounting, unmounting, creating, and
deleting layers.

62 ELOC.

usage: lyr.sh [command] <layer name>

commands:
workdir
returns the work directory path for the layer.

upperdir
returns the upper directory path for the layer.

mountdir
returns the mount directory path for the layer.

mk
create a new layer with the given name.

rm
unmount and delete the layer with the given name.

up [<lower path>[:<lower path>]]
mount the given layer with the given lower paths. print the mount path.

dn
unmount the given layer.