summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 7f549b1..ee006b5 100755
--- a/init
+++ b/init
@@ -64,7 +64,7 @@ for x in $(cat /proc/cmdline); do
LABEL=*)
ROOT="${ROOT#LABEL=}"
- # support / in LABEL= paths (escape to \x2f)
+ # support any / in LABEL= path (escape to \x2f)
case "${ROOT}" in
*[/]*)
if [ -x "$(command -v sed)" ]; then