From 662bf5e776843c33c45da0aa8bc10e619edb74e7 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 5 Sep 2016 08:34:25 +0000 Subject: [PATCH] Fix cdrom dup magic printing (Joerg Jenderek) --- magic/Magdir/filesystems | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/magic/Magdir/filesystems b/magic/Magdir/filesystems index ce2d42d4..1e8e8a8a 100644 --- a/magic/Magdir/filesystems +++ b/magic/Magdir/filesystems @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# $File: filesystems,v 1.112 2016/01/11 21:16:37 christos Exp $ +# $File: filesystems,v 1.113 2016/02/14 14:38:24 christos Exp $ # filesystems: file(1) magic for different filesystems # 0 name partid @@ -539,8 +539,6 @@ >>>514 string !HdrS # not BeOS >>>>422 string !Be\ Boot\ Loader ->>>>>32769 string CD001 ->>>>>>0 use cdrom # jump over BPB instruction implies DOS bootsector or AdvanceMAME mbr >>>>>0 ubelong&0xFD000000 =0xE9000000 # AdvanceMAME mbr @@ -1929,6 +1927,7 @@ >>38917 string 3 (version 2.0) >>38917 byte >0x33 (unknown version, ID 0x%X) >>38917 byte <0x31 (unknown version, ID 0x%X) +# The next line is not necessary because the MBR staff is done looking for boot signature >0x1FE leshort 0xAA55 (DOS/MBR boot sector) # "application id" which appears to be used as a volume label >32808 string/T >\0 '%s' -- 2.50.1