xinglp wrote: > /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=`for i in /boot/vmlinuz-* /boot/vmlinux-* /vmlinuz-* > /vmlinux-* /boot/kernel-* ; do > if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi > done` ;; > esac
10_linux is only used when using grub-mkconfig and we don't recommend that any more. See the last Note in section 8.4 of the current svn version of the book. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page