Changeset d72e04a for chapter08/grub.xml


Ignore:
Timestamp:
01/30/2005 12:51:22 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1770019
Parents:
bce08ef
Message:

Added <literal> tags.
Added NEW comments to commands that differs from testing.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    rbce08ef rd72e04a  
    3939
    4040<screen><userinput>cat &gt; /boot/grub/menu.lst &lt;&lt; "EOF"
    41 # Begin /boot/grub/menu.lst
     41<literal># Begin /boot/grub/menu.lst
    4242
    4343# By default boot the first menu entry.
     
    5353title LFS &version;
    5454root (hd0,3)
    55 kernel /boot/lfskernel-&linux-version; root=/dev/hda4
     55kernel /boot/lfskernel-&linux-version; root=/dev/hda4</literal>
    5656EOF</userinput></screen>
    5757
     
    6060
    6161<screen><userinput>cat &gt;&gt; /boot/grub/menu.lst &lt;&lt; "EOF"
    62 title Red Hat
     62<literal>title Red Hat
    6363root (hd0,2)
    6464kernel /boot/kernel-2.4.20 root=/dev/hda3
    65 initrd /boot/initrd-2.4.20
     65initrd /boot/initrd-2.4.20</literal>
    6666EOF</userinput></screen>
    6767
     
    7070
    7171<screen><userinput>cat &gt;&gt; /boot/grub/menu.lst &lt;&lt; "EOF"
    72 title Windows
     72<literal>title Windows
    7373rootnoverify (hd0,0)
    74 chainloader +1
     74chainloader +1</literal>
    7575EOF</userinput></screen>
    7676
Note: See TracChangeset for help on using the changeset viewer.