mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-10 14:24:10 +01:00
changed > to > and < to <
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2778 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
564768e74a
commit
15b436fdab
@ -28,7 +28,7 @@ into the MBR (Master Boot Record) of hda.</para>
|
|||||||
<para>Also, we need to create the <filename>menu.lst</filename> file, which
|
<para>Also, we need to create the <filename>menu.lst</filename> file, which
|
||||||
Grub uses to designate it's boot menu:</para>
|
Grub uses to designate it's boot menu:</para>
|
||||||
|
|
||||||
<para><screen><userinput>cat > /boot/grub/menu.lst << "EOF"
|
<para><screen><userinput>cat > /boot/grub/menu.lst << "EOF"
|
||||||
# Begin /boot/grub/menu.lst
|
# Begin /boot/grub/menu.lst
|
||||||
|
|
||||||
# Default to first menu entry
|
# Default to first menu entry
|
||||||
@ -48,7 +48,7 @@ EOF</userinput></screen></para>
|
|||||||
<para>You might also want to add in an entry for your host distribution. It
|
<para>You might also want to add in an entry for your host distribution. It
|
||||||
might look similar to this:</para>
|
might look similar to this:</para>
|
||||||
|
|
||||||
<para><screen><userinput>cat >> /boot/grub/menu.lst << "EOF"
|
<para><screen><userinput>cat >> /boot/grub/menu.lst << "EOF"
|
||||||
# Redhat Linux
|
# Redhat Linux
|
||||||
title Redhat
|
title Redhat
|
||||||
kernel (hd0,2)/boot/kernel-2.4.20 root=/dev/hda3 ro
|
kernel (hd0,2)/boot/kernel-2.4.20 root=/dev/hda3 ro
|
||||||
@ -58,7 +58,7 @@ EOF</userinput></screen></para>
|
|||||||
<para>Also, if you happen to dual-boot Windows, the following entry should
|
<para>Also, if you happen to dual-boot Windows, the following entry should
|
||||||
allow booting it:</para>
|
allow booting it:</para>
|
||||||
|
|
||||||
<para><screen><userinput>cat >> /boot/grub/menu.lst << "EOF"
|
<para><screen><userinput>cat >> /boot/grub/menu.lst << "EOF"
|
||||||
# Windows
|
# Windows
|
||||||
chainloader (hd0,0)+1
|
chainloader (hd0,0)+1
|
||||||
EOF</userinput></screen></para>
|
EOF</userinput></screen></para>
|
||||||
|
Loading…
Reference in New Issue
Block a user