From: H. Peter Anvin Date: Tue, 26 May 2009 04:04:09 +0000 (-0700) Subject: isohybrid: we are backwards compatible again, change the error msg X-Git-Tag: syslinux-3.81-pre15~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=177b65b5924cdf47ad414c8f77a922ed75c23591;p=profile%2Fivi%2Fsyslinux.git isohybrid: we are backwards compatible again, change the error msg We are backwards compatible again, at least as long as -partok is not used. However, there is no minor version number, so we can't check for that at this time. Signed-off-by: H. Peter Anvin --- diff --git a/utils/isohybrid.in b/utils/isohybrid.in index cfb92ed..a92b572 100644 --- a/utils/isohybrid.in +++ b/utils/isohybrid.in @@ -166,9 +166,8 @@ if ($de_boot != 0x88 || $de_media != 0 || seek(FILE, $de_lba*2048+0x40, SEEK_SET) or die "$0: $file: $!\n"; read(FILE, $ibsig, 4); if ($ibsig ne "\xfb\xc0\x78\x70") { - die "$0: $file: bootloader is missing current (3.81+) isolinux.bin\n". - " hybrid signature; Note that isolinux-debug.bin does not\n". - " support hybrid booting.\n"; + die "$0: $file: bootloader does not have a isolinux.bin hybrid signature.". + "Note that isolinux-debug.bin does not support hybrid booting.\n"; } # Get the total size of the image