Author: bdubbs
Date: 2011-08-30 20:07:21 -0600 (Tue, 30 Aug 2011)
New Revision: 9588
Modified:
trunk/BOOK/chapter08/grub.xml
trunk/BOOK/chapter08/kernel.xml
Log:
Change default name of linux kernel to be compatible with grub-mkconfig scripts.
Modified: trunk/BOOK/chapter08/grub.xml
===================================================================
--- trunk/BOOK/chapter08/grub.xml 2011-08-30 22:54:52 UTC (rev 9587)
+++ trunk/BOOK/chapter08/grub.xml 2011-08-31 02:07:21 UTC (rev 9588)
@@ -131,7 +131,7 @@
set root=(hd0,2)
menuentry "GNU/Linux, Linux &linux-version;-lfs-&version;" {
- linux /boot/vmlinux-&linux-version;-lfs-&version; root=/dev/sda2 ro
+ linux /boot/vmlinuz-&linux-version;-lfs-&version; root=/dev/sda2 ro
}</literal>
EOF</userinput></screen>
Modified: trunk/BOOK/chapter08/kernel.xml
===================================================================
--- trunk/BOOK/chapter08/kernel.xml 2011-08-30 22:54:52 UTC (rev 9587)
+++ trunk/BOOK/chapter08/kernel.xml 2011-08-31 02:07:21 UTC (rev 9588)
@@ -118,11 +118,11 @@
<para>The path to the kernel image may vary depending on the platform being
used. The filename below can be changed to suit your taste, but the stem of
- the filename should be <emphasis>vmlinux</emphasis> to be compatible with
+ the filename should be <emphasis>vmlinuz</emphasis> to be compatible with
the automatic setup of the boot process described in the next section. The
following command assumes an x86 architecture:</para>
-<screen><userinput remap="install">cp -v arch/x86/boot/bzImage
/boot/vmlinux-&linux-version;-lfs-&version;</userinput></screen>
+<screen><userinput remap="install">cp -v arch/x86/boot/bzImage
/boot/vmlinuz-&linux-version;-lfs-&version;</userinput></screen>
<para><filename>System.map</filename> is a symbol file for the kernel.
It maps the function entry points of every function in the kernel API,
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page