diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-27 12:51:03 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-27 12:51:03 +0000 |
commit | 840a52d64d16ff76c9e11b126cd023303756c3ee (patch) | |
tree | 568c5e4f560574336d34786f38b2e35928efb8e7 /chapter08 | |
parent | a4f0f02360180a6416c9ebc6db336962f4c9deb5 (diff) |
The host kernel must be >2.6.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4698 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/grub.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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:</para> <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 |