Changeset 087aba98


Ignore:
Timestamp:
Jun 2, 2009, 12:55:00 AM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
984ac82
Parents:
77b7eba
Message:

More text updates

Location:
BOOK/boot/x86_64-64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/x86_64-64/lilo-build.xml

    r77b7eba r087aba98  
    2424
    2525    <para os="a">The following patch forces Lilo to use our cross-compiler
    26       (except for a couple of utilities which run during the compile),
    27       and to look for as86 and ld86 under the names by which we installed
    28       them.</para>
     26    (except for a couple of utilities which run during the compile),
     27    and to look for <command>as86</command> and <command>ld86</command>
     28    under the names by which we installed them.</para>
    2929
    3030<screen os="b"><userinput>patch -Np1 -i ../&lilo-cross-x86_64-patch;</userinput></screen>
    3131
    3232    <para os="c">Compile the program which installs the loader, linking
    33       it statically so that it does not have to link to host libraries
    34       when it runs:</para>
     33    it statically so that it does not have to link to host libraries
     34    when it runs:</para>
    3535
    3636<screen os="d"><userinput>make lilo.static</userinput></screen>
  • BOOK/boot/x86_64-64/lilo.xml

    r77b7eba r087aba98  
    4141  in preparation for this step. The procedure involves writing a boot image to
    4242  a specific location on the hard drive. If you have a floppy disk drive, or
    43   if you have installed a cd recording program, we highly recommend using
    44   mkrescue to create a Lilo boot floppy, or CD (using e.g. dvdrecord from
    45   dvdrtools) as a test and as a backup.</para>
     43  if you have installed a CD recording program, we highly recommend using
     44  <command>mkrescue</command> to create a Lilo boot floppy, or CD (using e.g.
     45  <command>dvdrecord</command> from dvdrtools) as a test and as a backup.</para>
    4646
    4747  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.