From 15b436fdab48689d2b099e49c3f626346551ac0c Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 12 Sep 2003 02:39:08 +0000 Subject: changed > to > and < to < git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2778 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter08/grub.xml') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 3b90f9c67..ac135dc52 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -28,7 +28,7 @@ into the MBR (Master Boot Record) of hda. Also, we need to create the menu.lst file, which Grub uses to designate it's boot menu: -cat > /boot/grub/menu.lst << "EOF" +cat > /boot/grub/menu.lst << "EOF" # Begin /boot/grub/menu.lst # Default to first menu entry @@ -48,7 +48,7 @@ EOF You might also want to add in an entry for your host distribution. It might look similar to this: -cat >> /boot/grub/menu.lst << "EOF" +cat >> /boot/grub/menu.lst << "EOF" # Redhat Linux title Redhat kernel (hd0,2)/boot/kernel-2.4.20 root=/dev/hda3 ro @@ -58,7 +58,7 @@ EOF Also, if you happen to dual-boot Windows, the following entry should allow booting it: -cat >> /boot/grub/menu.lst << "EOF" +cat >> /boot/grub/menu.lst << "EOF" # Windows chainloader (hd0,0)+1 EOF -- cgit v1.2.3-54-g00ecf