]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub.d/30_os-prober.in: Don't emit drivemap directive for
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 25 Dec 2010 17:16:01 +0000 (18:16 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 25 Dec 2010 17:16:01 +0000 (18:16 +0100)
Windows Server 2008.
Reported by: Devin Giddings.

ChangeLog
util/grub.d/30_os-prober.in

index 452455966b1db9cd68402be6ce3ba295a567e874..43c4dbacb6907ce2441f2fa143b183bbd5eed5a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-25  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub.d/30_os-prober.in: Don't emit drivemap directive for
+       Windows Server 2008.
+       Reported by: Devin Giddings.
+
 2010-12-25  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/acpihalt.c (grub_acpi_halt): Sleep for 1.5 before
index 728ac23786819da597b319c6b765272d6c9f36ac..d9d4b0a96d0ff3bce49f1e9815dcad74e95c73af 100644 (file)
@@ -111,7 +111,7 @@ EOF
       prepare_grub_to_access_device ${DEVICE} | sed -e "s/^/\t/"
 
       case ${LONGNAME} in
-       Windows\ Vista*|Windows\ 7*)
+       Windows\ Vista*|Windows\ 7*|Windows\ Server\ 2008*)
        ;;
        *)
          cat << EOF