summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2009-02-17 18:12:25 +0100
committermaximilian attems <maks@debian.org>2009-02-17 18:12:25 +0100
commitf91fdf2b9763f2774ff237d3fd04e8cc7b8aaa10 (patch)
tree6c7120929736ab4c90e15225416ad7d0b9c81436 /init
parent70ff74f8b3d378d7153f9211bbe0e73713a87259 (diff)
downloadinitramfs-tools-f91fdf2b9763f2774ff237d3fd04e8cc7b8aaa10.tar.gz
initramfs-tools-f91fdf2b9763f2774ff237d3fd04e8cc7b8aaa10.zip
init: slightly reword comment
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