diff options
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r-- | chapter08/grub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 6c24381c9..869a2f0ee 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -131,7 +131,7 @@ insmod ext2 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> |