summaryrefslogtreecommitdiff
path: root/debian/initramfs
diff options
context:
space:
mode:
authormadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-22 20:14:19 +0000
committermadduck <madduck@3cfab66f-1918-0410-86b3-c06b76f9a464>2006-08-22 20:14:19 +0000
commitfb1ac5f5a1e9c8a4919c58d26f2d15b528c0700f (patch)
tree893f37e0b82fc950053712a514d4a178852ceaac /debian/initramfs
parent32eadf2d085bceba96770bd0cf367935b2fd799a (diff)
beautification
Diffstat (limited to 'debian/initramfs')
-rw-r--r--debian/initramfs/hook6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/initramfs/hook b/debian/initramfs/hook
index 67b237b2..6f199de1 100644
--- a/debian/initramfs/hook
+++ b/debian/initramfs/hook
@@ -31,9 +31,9 @@ fi
if [ -e /etc/initramfs-tools/hooks/md ]; then
echo "W: mdadm: I found /etc/initramfs-tools/hooks/md, which may conflict" >&2
- echo "with this version of mdadm. Please see /usr/share/doc/mdadm/README.mdrun" >&2
- echo "and /usr/share/initramfs-tools/hooks/mdadm for reference and update" >&2
- echo "(or remove) the file." >&2
+ echo "W: with this version of mdadm. Please see /usr/share/doc/mdadm/README.mdrun" >&2
+ echo "W: and /usr/share/initramfs-tools/hooks/mdadm for reference and update" >&2
+ echo "W: (or remove) the file." >&2
exit 0
fi