* util/grub.d/30_os-prober.in: Don't emit drivemap directive for
Windows Server 2008. Reported by: Devin Giddings.
This commit is contained in:
parent
0354b8672c
commit
c4855fdc79
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue