Re: In Chapter, use vmlinuz instead of vmlinux to get grub-mkconfig work.

2011-08-30 Thread xinglp
is chapter 8.3 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

In Chapter, use vmlinuz instead of vmlinux to get grub-mkconfig work.

2011-08-30 Thread xinglp
/etc/grub.d/10_linux line 133, it looks like vmlinuz work for it. case x`uname -m` in xi?86 | xx86_64) list=`for i in /boot/vmlinuz-* /vmlinuz-* /boot/kernel-* ; do if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi done` ;; *) list=`