Author: manuel Date: 2005-02-27 05:51:03 -0700 (Sun, 27 Feb 2005) New Revision: 4698
Modified: trunk/BOOK/chapter08/grub.xml Log: The host kernel must be >2.6.2. Modified: trunk/BOOK/chapter08/grub.xml =================================================================== --- trunk/BOOK/chapter08/grub.xml 2005-02-27 11:53:32 UTC (rev 4697) +++ trunk/BOOK/chapter08/grub.xml 2005-02-27 12:51:03 UTC (rev 4698) @@ -108,8 +108,8 @@ <screen><userinput>cat >> /boot/grub/menu.lst << "EOF" <literal>title Red Hat root (hd0,2) -kernel /boot/kernel-2.4.20 root=/dev/hda3 -initrd /boot/initrd-2.4.20</literal> +kernel /boot/kernel-2.6.5 root=/dev/hda3 +initrd /boot/initrd-2.6.5</literal> EOF</userinput></screen> <para>If dual-booting Windows, the following entry will allow -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
