diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-11 13:54:00 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-04-11 13:54:27 -0400 |
commit | 5900c3d1b2132bb1c7a8bc8db2a75ff0944f0fd7 (patch) | |
tree | 62de6fd395011c1ae75d69d353c47f00695be768 /README.rst | |
parent | c196a5db821735b000a2e0ddc8f57623146a64d2 (diff) | |
download | tmpoverlay-5900c3d1b2132bb1c7a8bc8db2a75ff0944f0fd7.tar.xz tmpoverlay-5900c3d1b2132bb1c7a8bc8db2a75ff0944f0fd7.zip |
use ls instead of stat -c
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,7 +7,7 @@ overlayfs mounts. Features -------- -- minimal requirements (sh, mount, getopt, stat) +- minimal requirements (sh, mount, getopt) Benefits over manually calling ``mkdir /tmp/x; mount ...`` @@ -39,7 +39,5 @@ POSIX-only shells: - ``mount -t overlay`` is obviously required - ``getopt --`` is required for proper handling of options containing spaces -- ``stat -c`` is required to obtain upperdir owner and permissions, because - parsing ls -l is ridiculous. - ``getfattr`` is used for xattr copying but in case of failure, the system is assumed to not support xattrs and setfattr is skipped. |