source: final-system/x86_64-64/lilo.xml@ f7683d44

Last change on this file since f7683d44 was 3f01f60, checked in by Jim Gifford <clfs@…>, 19 years ago

r2552@server (orig r1265): ken | 2006-03-12 15:28:07 -0800
Use Lilo for x86_64-64

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7<sect1 id="ch-system-lilo" role="wrap">
8 <?dbhtml filename="lilo.html"?>
9
10 <title>Lilo-&lilo-version;</title>
11
12 <indexterm zone="ch-system-lilo">
13 <primary sortas="a-Lilo">Lilo</primary>
14 </indexterm>
15
16 <sect2 role="package">
17 <title/>
18
19 <para os="a">The Lilo package contains the Linux Loader, a bootloader.</para>
20
21 <para os="b">We have chosen to use lilo because at the moment no other
22 bootloader builds and runs on a pure64 system. If your machine has
23 multiple systems (i.e. x86 or multilib) you may prefer to use the
24 bootloader from the other system, such as grub.</para>
25
26 <segmentedlist>
27 <segtitle>&dependencies;</segtitle>
28
29 <seglistitem>
30 <seg>Bash, Bin86, Binutils, Coreutils, GCC, Glibc, Make, Sed
31 </seg>
32 </seglistitem>
33 </segmentedlist>
34
35 </sect2>
36
37
38 <sect2 role="installation">
39 <title>Installation of Lilo</title>
40
41 <para os="c">Compile the package:</para>
42
43<screen os="d"><userinput>make</userinput></screen>
44
45 <para os="e">Install the package:</para>
46
47<screen os="f"><userinput>make install</userinput></screen>
48
49 <para>At the end of the installation the make install process will
50 print a message stating that /sbin/lilo has to be executed to
51 complete the update. Don&quot;t do this as it has no use. The
52 /etc/lilo.conf isn&quot;t present yet. We will complete the
53 installation of lilo in chapter 12.</para>
54
55 </sect2>
56
57 <sect2 id="contents-lilo" role="content">
58 <title>Contents of Lilo</title>
59
60 <segmentedlist>
61 <segtitle>Installed programs</segtitle>
62
63 <seglistitem>
64 <seg>diag1.img, lilo, mkrescue, keytab-lilo.pl</seg>
65 </seglistitem>
66 </segmentedlist>
67
68 <variablelist>
69 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
70 <?dbfo list-presentation="list"?>
71 <?dbhtml list-presentation="table"?>
72
73 <varlistentry id="diag1.img">
74 <term><command>diag1.img</command></term>
75 <listitem>
76 <para>A diagnostic disk boot image.</para>
77 <indexterm zone="ch-system-lilo diag1.img">
78 <primary sortas="b-diag1.img">diag1.img</primary>
79 </indexterm>
80 </listitem>
81 </varlistentry>
82
83 <varlistentry id="lilo">
84 <term><command>lilo</command></term>
85 <listitem>
86 <para>Lilo installs the Linux boot loader which is used to start
87 a Linux system.</para>
88 <indexterm zone="ch-system-lilo lilo">
89 <primary sortas="b-lilo">lilo</primary>
90 </indexterm>
91 </listitem>
92 </varlistentry>
93
94 <varlistentry id="mkrescue">
95 <term><command>mkrescue</command></term>
96 <listitem>
97 <para>A script to make a bootable floppy or CD image using the
98 default settings from the configuration file.</para>
99 <indexterm zone="ch-system-lilo mkrescue">
100 <primary sortas="b-mkrescue">mkrescue</primary>
101 </indexterm>
102 </listitem>
103 </varlistentry>
104
105 <varlistentry id="keytab-lilo.pl">
106 <term><command>keytab-lilo.pl</command></term>
107 <listitem>
108 <para>A perl script to create a keyboard translation table to
109 allow the bootloader to process keystrokes to match your
110 keyboard layout.</para>
111 <indexterm zone="ch-system-lilo keytab-lilo.pl">
112 <primary sortas="b-keytab-lilo.pl">keytab-lilo.pl</primary>
113 </indexterm>
114 </listitem>
115 </varlistentry>
116
117 </variablelist>
118
119 </sect2>
120
121</sect1>
Note: See TracBrowser for help on using the repository browser.