backports: update-initramfs: change/reformat message
authorJohannes Berg <johannes.berg@intel.com>
Wed, 17 Apr 2013 14:08:21 +0000 (16:08 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 17 Apr 2013 14:08:21 +0000 (16:08 +0200)
Change the "severity" of the message, it doesn't have to
be prefixed with "Warning:" since for many modules it'll
work without updating initramfs. Also reformat it so it's
aligned more nicely.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/scripts/update-initramfs.sh

index dcc1dc378395cec9ae44a26d915148bd6d625ef6..e0d7702d5c67676f5189ac35fb0b81fdeda7d2cd 100755 (executable)
@@ -51,12 +51,12 @@ case $LSB_RED_ID in
        fi
        ;;
 *)
-       echo "Warning:"
+       echo "Note:"
        echo "You may or may not need to update your initramfs, you should if"
        echo "any of the modules installed are part of your initramfs. To add"
        echo "support for your distribution to do this automatically send a"
-       echo "patch against $0. If your distribution does not require this"
-       echo "send a patch against the '/usr/bin/lsb_release -i -s': $LSB_RED_ID"
-       echo "tag for your distribution to avoid this warning."
+       echo "patch against \"$(basename $0)\". If your distribution does not"
+       echo "require this send a patch with the '/usr/bin/lsb_release -i -s'"
+       echo "($LSB_RED_ID) tag for your distribution to avoid this warning."
         ;;
 esac