From 3f9d8fda8d56dc9caa446b546623e07786dc8d04 Mon Sep 17 00:00:00 2001 From: giovanni <> Date: Mon, 22 Feb 2010 10:44:07 +0000 Subject: [PATCH] Fix a typo spotted by Vivien Moreau --- src/etc/etc.i386/INSTALL.linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.i386/INSTALL.linux b/src/etc/etc.i386/INSTALL.linux index 828489d7..85cbfcf3 100644 --- a/src/etc/etc.i386/INSTALL.linux +++ b/src/etc/etc.i386/INSTALL.linux @@ -1,4 +1,4 @@ -$OpenBSD: INSTALL.linux,v 1.14 2010/02/16 15:16:12 giovanni Exp $ +$OpenBSD: INSTALL.linux,v 1.15 2010/02/22 10:44:07 giovanni Exp $ Linux + OpenBSD: it's possible @@ -336,13 +336,13 @@ Booting with GRUB2 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 }