From 840a52d64d16ff76c9e11b126cd023303756c3ee Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 27 Feb 2005 12:51:03 +0000 Subject: The host kernel must be >2.6.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4698 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter08/grub.xml') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 12487ec71..d962d4e6f 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -108,8 +108,8 @@ like this: cat >> /boot/grub/menu.lst << "EOF" title Red Hat root (hd0,2) -kernel /boot/kernel-2.4.20 root=/dev/hda3 -initrd /boot/initrd-2.4.20 +kernel /boot/kernel-2.6.5 root=/dev/hda3 +initrd /boot/initrd-2.6.5 EOF If dual-booting Windows, the following entry will allow -- cgit v1.2.3-54-g00ecf