From: Ozan Çağlayan Date: Sat, 22 Dec 2012 11:04:11 +0000 (+0200) Subject: update-initramfs: Update comments, fix some typos X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e01f0f42da209c77184ba6428c79e69e73bad48b;p=openwrt%2Fstaging%2Fblogic.git update-initramfs: Update comments, fix some typos update-initramfs is crucial for DRM drivers, let's clarify this. Signed-off-by: Ozan Çağlayan Signed-off-by: Luis R. Rodriguez --- diff --git a/scripts/update-initramfs b/scripts/update-initramfs index e388df299c9d..fdfb8fc27f0a 100755 --- a/scripts/update-initramfs +++ b/scripts/update-initramfs @@ -1,12 +1,10 @@ #!/bin/bash # Copyright 2009 Luis R. Rodriguez # -# Since we provide ssb, the Ethernet module b44 some people may -# rely on it to netboot, so update the initrafms for each -# distribution. -# -# Note that in the future people may want to wireless-boot -# so this will help with that as well. +# Since we provide ssb, ethernet modules and most importantly +# DRM drivers, people may want to update the initramfs image +# of their distribution. This can also help people who may +# want to wireless-boot their systems. LSB_RED_ID=$(/usr/bin/lsb_release -i -s) @@ -29,7 +27,7 @@ case $LSB_RED_ID in ;; *) echo "Warning:" - echo "You may or may not need to update your initframfs, you should if" + 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"