summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
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