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

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