diff --git a/mk_mmc.sh b/mk_mmc.sh index 0c4d9dd..3b34e4e 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -53,6 +53,13 @@ if fdisk -v | grep 2.18 >/dev/null ; then FDISK_DOS="-c=dos -u=cylinders" fi +#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" + exit +fi + function set_defaults { KERNEL_REL=2.6.37