diff options
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 |