diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-10 00:23:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-10 00:23:00 +0000 |
commit | 5a66888482acadba79cf0781e0c066b55989f760 (patch) | |
tree | 97627ae7900771263ab84a6f6e30bb6d5355eb3b /chapter01 | |
parent | 8e791bea5aaf43888d67f184c22a1c7d1f834c8b (diff) |
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
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 50433b511..3d72fda92 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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 |