From 5b49109b7bdb9308161b202bd70e3961815c3996 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 28 Jul 2014 10:03:21 -0500 Subject: [PATCH] mk_mmc.sh: just noise for debian Signed-off-by: Robert Nelson --- mk_mmc.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index a128d29..eff441b 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1211,11 +1211,13 @@ populate_boot () { echo "mk_mmc.sh script complete" echo "Script Version git: ${GIT_VERSION}" echo "-----------------------------" - echo "Note: with Ubuntu Releases" - echo "During Install, after proxy setup, there seems to be a VERY LONG delay..." - echo "(on average it seems to be taking anywhere between 10-20 Minutes)..." - echo "In the background: Ubuntu is trying really-really hard to find a compatible kernel..." - echo "-----------------------------" + if [ "x${deb_distribution}" = "xubuntu" ] ; then + echo "Note: with Ubuntu Releases" + echo "During Install, after proxy setup, there seems to be a VERY LONG delay..." + echo "(on average it seems to be taking anywhere between 10-20 Minutes)..." + echo "In the background: Ubuntu is trying really-really hard to find a compatible kernel..." + echo "-----------------------------" + fi if [ "${conf_note}" ] ; then echo ${conf_note} echo "-----------------------------"