diff options
author | maximilian attems <maks@debian.org> | 2009-02-17 18:12:25 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-02-17 18:12:25 +0100 |
commit | f91fdf2b9763f2774ff237d3fd04e8cc7b8aaa10 (patch) | |
tree | 6c7120929736ab4c90e15225416ad7d0b9c81436 /init | |
parent | 70ff74f8b3d378d7153f9211bbe0e73713a87259 (diff) | |
download | initramfs-tools-f91fdf2b9763f2774ff237d3fd04e8cc7b8aaa10.tar.gz initramfs-tools-f91fdf2b9763f2774ff237d3fd04e8cc7b8aaa10.zip |
init: slightly reword comment
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |