mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
added cp command to auto-detect kernel images and cp to /mnt/lfs/boot
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1693 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8e791bea5a
commit
5a66888482
@ -30,6 +30,11 @@
|
||||
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>March 9th, 2002 [gerard]: Chapter 08 - Make bootable: Added
|
||||
a <userinput>cp</userinput> command that finds all the kernel images from
|
||||
<filename>/etc/lilo.conf</filename> automatically and copies them to
|
||||
<filename class="directory">$LFS/boot</filename>.</para></listitem>
|
||||
|
||||
<listitem><para>March 9th, 2002 [gerard]: Chapter 06 - Man: Moved the
|
||||
<filename>man.conf</filename> from <filename
|
||||
class="directory">/usr/share/misc</filename> to <filename
|
||||
|
@ -41,15 +41,8 @@ the line <userinput>read-only</userinput> should be changed to
|
||||
<para>The last step is synchronizing the host system's lilo
|
||||
configuration files with the LFS system's:</para>
|
||||
|
||||
<para><screen><userinput>cp /etc/lilo.conf $LFS/etc &&</userinput>
|
||||
<userinput>cp <kernel images> $LFS/boot</userinput></screen></para>
|
||||
|
||||
<para>To find out which kernel images files are being used, look at the
|
||||
/etc/lilo.conf file and look for the lines starting with
|
||||
<emphasis>image=</emphasis>. If your host system has kernel files in
|
||||
other places than the /boot directory, make sure you update the paths
|
||||
in the $LFS/etc/lilo.conf file so that it does look for them in the
|
||||
/boot directory.</para>
|
||||
<para><screen><userinput>cp /etc/lilo.conf $LFS/etc &&
|
||||
cp $(grep "image=" /etc/lilo.conf | cut -f 2 -d "=") $LFS/boot</userinput></screen></para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user