Hello.
This patch is correcting a very little typo in the new example of
configuration for Grub2.
Thanks and sorry for my english. :-)
Index: etc/etc.i386/INSTALL.linux
===================================================================
RCS file: /cvs/openbsd/src/etc/etc.i386/INSTALL.linux,v
retrieving revision 1.14
diff -u -r1.14 INSTALL.linux
--- etc/etc.i386/INSTALL.linux 16 Feb 2010 15:16:12 -0000 1.14
+++ etc/etc.i386/INSTALL.linux 22 Feb 2010 10:10:35 -0000
@@ -336,13 +336,13 @@
Here is a sample configuration for OpenBSD and Windows 7
menuentry "OpenBSD" {
- set root (hd0,3,a)
+ set root=(hd0,3,a)
chainloader +1
}
menuentry "Windows 7" {
insmod ntfs
- set root (hd0,1)
+ set root=(hd0,1)
chainloader +1
}
--
Vivien MOREAU / vpm