summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2010-06-14 12:17:51 +0200
committerMichael Prokop <mika@debian.org>2010-06-14 12:17:51 +0200
commit3a02c6f37d4c331b347692a0200941c4c59b3ea3 (patch)
tree422d00053fe72fa9c467fd89f2eb1fdd207089f6 /hooks
parentab28c77261267a14cc7308e8c4d7a0b48a8ac2ab (diff)
downloadinitramfs-tools-3a02c6f37d4c331b347692a0200941c4c59b3ea3.tar.gz
initramfs-tools-3a02c6f37d4c331b347692a0200941c4c59b3ea3.zip
code cleanup: consequently use "W:" for warnings.
The only exception is log_warning_msg() inside scripts/functions which is/can be used by external scripts. Signed-off-by: Michael Prokop <mika@debian.org>
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/busybox2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/busybox b/hooks/busybox
index a2e57ae..1a275b7 100755
--- a/hooks/busybox
+++ b/hooks/busybox
@@ -20,7 +20,7 @@ if [ "${BUSYBOX}" = "n" ] || [ ! -e ${BUSYBOXDIR}/busybox ]; then
# those root need busybox
eval "$(mount | awk '/ \/ / {print "r_dev=" $1; exit}')"
if [ "${r_dev#/dev/mapper/}" != "${r_dev}" ]; then
- echo "Warning: Busybox is required for successful boot!"
+ echo "W: Busybox is required for successful boot!"
fi
else
. /usr/share/initramfs-tools/hook-functions