Removed config lilo from chapter 6 - will be dealt with in chapter 8

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-04-14 03:43:53 +00:00
parent 4e138cb5c4
commit 3a952f3d2b
3 changed files with 0 additions and 48 deletions

View File

@ -1,46 +0,0 @@
<sect2>
<title>Configuring Lilo</title>
<para>
We're not going to create lilo's configuration file from scratch, but we'll
use the file from the normal Linux system. This file is different on every
machine and thus I can't create it here. Since a user would want to have the
same options regarding lilo as he has when he is using his normal Linux
system he would create the file exactly as it is on the normal system.
</para>
<para>
Copy the Lilo configuration file and kernel images that Lilo uses by
running the following commands from a shell on the normal Linux system.
Don't execute these commands from the chroot'ed shell.
</para>
<blockquote><literallayout>
<userinput>cp /etc/lilo.conf $LFS/etc</userinput>
<userinput>cp /boot/&lt;kernel images&gt; $LFS/boot</userinput>
</literallayout></blockquote>
<para>
Before a user can execute the second command he needs to know the names of
the kernel images. He can't just copy all files from the /boot
directory. The /etc/lilo.conf file contains the names of the kernel
images he is using. Open the file and look for lines like this:
</para>
<blockquote><literallayout>
image=/boot/vmlinuz
</literallayout></blockquote>
<para>
Look for all <emphasis>image</emphasis> variables and their values
represent the name and location of the image files. These files will
usually be in /boot but they might be in other directories as well,
depending on the distribution's conventions.
</para>
</sect2>

View File

@ -9,7 +9,6 @@ programs running properly is to create their configuration files.
&c6-cf-vim; &c6-cf-vim;
&c6-cf-glibc; &c6-cf-glibc;
&c6-cf-ldso; &c6-cf-ldso;
&c6-cf-lilo;
&c6-cf-sysklogd; &c6-cf-sysklogd;
&c6-cf-shadowpwd; &c6-cf-shadowpwd;
&c6-cf-sysvinit; &c6-cf-sysvinit;

View File

@ -296,7 +296,6 @@
<!ENTITY c6-configure SYSTEM "intel/chapter6/configure.xml"> <!ENTITY c6-configure SYSTEM "intel/chapter6/configure.xml">
<!ENTITY c6-cf-glibc SYSTEM "intel/chapter6/config-glibc.xml"> <!ENTITY c6-cf-glibc SYSTEM "intel/chapter6/config-glibc.xml">
<!ENTITY c6-cf-ldso SYSTEM "intel/chapter6/config-ldso.xml"> <!ENTITY c6-cf-ldso SYSTEM "intel/chapter6/config-ldso.xml">
<!ENTITY c6-cf-lilo SYSTEM "intel/chapter6/config-lilo.xml">
<!ENTITY c6-cf-sysklogd SYSTEM "intel/chapter6/config-sysklogd.xml"> <!ENTITY c6-cf-sysklogd SYSTEM "intel/chapter6/config-sysklogd.xml">
<!ENTITY c6-cf-shadowpwd SYSTEM "intel/chapter6/config-shadowpwd.xml"> <!ENTITY c6-cf-shadowpwd SYSTEM "intel/chapter6/config-shadowpwd.xml">
<!ENTITY c6-cf-sysvinit SYSTEM "intel/chapter6/config-sysvinit.xml"> <!ENTITY c6-cf-sysvinit SYSTEM "intel/chapter6/config-sysvinit.xml">