Trent Shea wrote:
> On Wednesday 21 July 2010 12:48:07 Bruce Dubbs wrote:
>> Note the line:
>>
>> list=`for i in /boot/vmlinu[xz]-* /vmlinu[xz]-* ; do
>>          if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi
>>        done`
>>
>> It is looking for specific kernel names in /boot.
> 
> I'm pretty sure that will only look for stuff on your mounted root device. 
> The 
> OP was asking about entries for other partitions, I believe.

Good point Trent.  I do recommend the use of a separate 100M partition 
for /boot for all OSes installed.  It avoids that kind of problem.

   -- Bruce


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to