Fix GRUB 2 example

Fixes #1891.
This commit is contained in:
Eelco Dolstra 2014-04-20 19:41:15 +02:00
parent 4e8c2f0ff9
commit cf53152902

View File

@ -133,11 +133,8 @@ in
chainloader (hd0,1)+1
# GRUB 2 example
menuentry "Windows7" {
title Windows7
insmod ntfs
set root='(hd1,1)'
chainloader +1
menuentry "Windows 7" {
chainloader (hd0,4)+1
}
'';
description = ''