summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2024-10-10 09:14:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-10-11 12:17:03 +0100
commit5f78d78beb3ec5b5ecc4b8423bffb1d217d54387 (patch)
tree13e82d2db437eb1bc2820a7fd6fcc2658f8f6ed4
parent83b0513693d62291d419cea9201b736ccd6b0e78 (diff)
downloadpoky-5f78d78beb3ec5b5ecc4b8423bffb1d217d54387.tar.gz
volatile-binds: mount-copybind: fix typo
Amend a small typing error. (From OE-Core rev: 6d3c24cfc269fbcd49acd8be220395500fc7120c) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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