Relax the MS-DOS detection again now that it will not cause false positives for non...
authorJoey Hess <joey@kitenet.net>
Thu, 15 Mar 2012 17:47:49 +0000 (13:47 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 15 Mar 2012 17:47:49 +0000 (13:47 -0400)
debian/changelog
os-probes/mounted/x86/20microsoft

index 10170ec..b80ed35 100644 (file)
@@ -1,3 +1,10 @@
+os-prober (1.51) UNRELEASED; urgency=low
+
+  * Relax the MS-DOS detection again now that it will not cause
+    false positives for non-FAT filesystems.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 15 Mar 2012 13:46:44 -0400
+
 os-prober (1.50) unstable; urgency=low
 
   [ Joey Hess ]
index db6c6f5..9bea8a1 100755 (executable)
@@ -82,8 +82,7 @@ if [ -z "$found" ] && item_in_dir -q ntldr "$2" && item_in_dir -q ntdetect.com "
 fi
 
 # MS-DOS
-if [ -z "$found" ] && item_in_dir -q dos "$2" &&
-     (item_in_dir -q autoexec.bat "$2" || item_in_dir -q config.sys "$2"); then
+if [ -z "$found" ] && item_in_dir -q dos "$2"; then
        long="MS-DOS 5.x/6.x/Win3.1"
        short=MS-DOS