Changeset 3890f5a for chapter08/grub.xml


Ignore:
Timestamp:
08/31/2004 07:58:43 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
3be2393
Parents:
2e3a473d
Message:

Added <literal> tags into cat ... EOF blocks.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4102 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r2e3a473d r3890f5a  
    8686
    8787<screen><userinput>cat &gt; /boot/grub/menu.lst &lt;&lt; "EOF"
    88 # Begin /boot/grub/menu.lst
     88<literal># Begin /boot/grub/menu.lst
    8989
    9090# By default boot the first menu entry.
     
    100100title LFS &version;
    101101root (hd0,3)
    102 kernel /boot/lfskernel-&linux-version; root=/dev/hda4
     102kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal>
    103103EOF</userinput></screen>
    104104
     
    107107
    108108<screen><userinput>cat &gt;&gt; /boot/grub/menu.lst &lt;&lt; "EOF"
    109 title Red Hat
     109<literal>title Red Hat
    110110root (hd0,2)
    111111kernel /boot/kernel-2.4.20 root=/dev/hda3
    112 initrd /boot/initrd-2.4.20
     112initrd /boot/initrd-2.4.20</literal>
    113113EOF</userinput></screen>
    114114
     
    117117
    118118<screen><userinput>cat &gt;&gt; /boot/grub/menu.lst &lt;&lt; "EOF"
    119 title Windows
     119<literal>title Windows
    120120rootnoverify (hd0,0)
    121 chainloader +1
     121chainloader +1</literal>
    122122EOF</userinput></screen>
    123123
Note: See TracChangeset for help on using the changeset viewer.