diff --git a/src/etc/rc.initial.firmware b/src/etc/rc.initial.firmware index a70667f32..2b527f992 100755 --- a/src/etc/rc.initial.firmware +++ b/src/etc/rc.initial.firmware @@ -32,6 +32,10 @@ PROMPT="[y/N]" NAME="y" ARGS= +echo "This will automatically fetch all available updates, apply them," +echo "and reboot if necessary." +echo + if [ -f ${UPGRADE} ]; then NAME=$(cat ${UPGRADE}) @@ -42,14 +46,12 @@ if [ -f ${UPGRADE} ]; then echo "require 500MB of free space. Continue with this major upgrade by" echo "typing the major upgrade version number displayed above." echo + echo "Minor updates are available, answer 'y' to run them instead." + echo - PROMPT="[y/${NAME}/N]" + PROMPT="[${NAME}/y/N]" fi -echo "This will automatically fetch all available updates, apply them," -echo "and reboot if necessary." -echo - read -p "Proceed with this action? ${PROMPT}: " YN case ${YN} in