Changeset 087aba98
- Timestamp:
- Jun 2, 2009, 12:55:00 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 984ac82
- Parents:
- 77b7eba
- Location:
- BOOK/boot/x86_64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86_64-64/lilo-build.xml
r77b7eba r087aba98 24 24 25 25 <para os="a">The following patch forces Lilo to use our cross-compiler 26 27 and to look for as86 and ld86 under the names by which we installed28 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> 29 29 30 30 <screen os="b"><userinput>patch -Np1 -i ../&lilo-cross-x86_64-patch;</userinput></screen> 31 31 32 32 <para os="c">Compile the program which installs the loader, linking 33 34 33 it statically so that it does not have to link to host libraries 34 when it runs:</para> 35 35 36 36 <screen os="d"><userinput>make lilo.static</userinput></screen> -
BOOK/boot/x86_64-64/lilo.xml
r77b7eba r087aba98 41 41 in preparation for this step. The procedure involves writing a boot image to 42 42 a specific location on the hard drive. If you have a floppy disk drive, or 43 if you have installed a cdrecording program, we highly recommend using44 mkrescue to create a Lilo boot floppy, or CD (using e.g. dvdrecord from45 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> 46 46 47 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.