summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta/recipes-core/volatile-binds/files/mount-copybind2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/volatile-binds/files/mount-copybind b/meta/recipes-core/volatile-binds/files/mount-copybind
index 4f373412be..5885880534 100755
--- a/meta/recipes-core/volatile-binds/files/mount-copybind
+++ b/meta/recipes-core/volatile-binds/files/mount-copybind
@@ -49,7 +49,7 @@ if [ -d "$mountpoint" ]; then
49 mkdir "${overlay_workdir}" 49 mkdir "${overlay_workdir}"
50 fi 50 fi
51 51
52 # Try to mount using overlay, which is must faster than copying files. 52 # Try to mount using overlay, which is much faster than copying files.
53 # If that fails, fall back to slower copy. 53 # If that fails, fall back to slower copy.
54 if command -v selinuxenabled > /dev/null 2>&1; then 54 if command -v selinuxenabled > /dev/null 2>&1; then
55 if selinuxenabled; then 55 if selinuxenabled; then