From 415626be592a9758b3784d51d8ba613e02c26e2b Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 8 May 2012 20:27:20 -0500 Subject: [PATCH] bug: reword gnu fdisk statement Signed-off-by: Robert Nelson --- mk_mmc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index a6ee61a..2ddcc75 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -151,7 +151,8 @@ function detect_software { #Check for gnu-fdisk #FIXME: GNU Fdisk seems to halt at "Using /dev/xx" when trying to script it.. if fdisk -v | grep "GNU Fdisk" >/dev/null ; then - echo "Sorry, this script currently doesn't work with GNU Fdisk" + echo "Sorry, this script currently doesn't work with GNU Fdisk." + echo "Install the version of fdisk from your distribution's util-linux package." exit fi