Nathan Coulson wrote: > On Tue, Aug 30, 2011 at 8:37 AM, Bruce Dubbs <bruce.du...@gmail.com> wrote: >> 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 > It would be worthwhile making this change. It would allow > grub-mkconfig to work on other linux systems on the same computer, or > give users one less step to geting grub-mkconfig working on their own > lfs systems. > > This change would have minimal impact on people who have no interest > in grub-mkconfig. OK, I'll think about it. It requires minor changes is 8.3 and 8.4. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page