]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ovl: document lower layer ordering
authorMiklos Szeredi <mszeredi@suse.cz>
Thu, 8 Jan 2015 14:09:15 +0000 (15:09 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Thu, 8 Jan 2015 14:09:15 +0000 (15:09 +0100)
Reported-by: Fabian Sturm <fabian.sturm@aduu.de>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Documentation/filesystems/overlayfs.txt

index 006ea480506d611a0699c88154572d5259381568..6db0e5d1da07ee52d13f5997b84b3b10ef43e2dd 100644 (file)
@@ -167,8 +167,12 @@ separator character between the directory names.  For example:
 
   mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged
 
-As the example shows, "upperdir=" and "workdir=" may be omitted.  In that case
-the overlay will be read-only.
+As the example shows, "upperdir=" and "workdir=" may be omitted.  In
+that case the overlay will be read-only.
+
+The specified lower directories will be stacked beginning from the
+rightmost one and going left.  In the above example lower1 will be the
+top, lower2 the middle and lower3 the bottom layer.
 
 
 Non-standard behavior