[Fedora-livecd-list] 3 more megs if we get rid of redundant copy of kernel?

Jeremy Katz katzj at redhat.com
Thu Jul 16 16:43:02 UTC 2009


On Thursday, July 16 2009, Douglas McClendon said:
> Jeremy Katz wrote:
>> On Wednesday, July 15 2009, Douglas McClendon said:
>>> In my livecd generation tools I go to a bit of extra hassle to play   
>>> symlink games with /boot/vmlinuz-$(uname -r), such that it doesn't 
>>> get  put into the squashfs, since a copy of it is in the container 
>>> iso/usb  filesystem.
>>>
>>> Maybe we want to do that for f12?  It is a bit messy, but I think 
>>> it's  worth it for 3/700M.
>>
>> Nope, it breaks the ability to easily install by copying over the
>> filesystem. 
>
> I grant the 'easily' part.  But adding a bit of complexity to the  
> installer to dereference a symlink and get the file from /mnt/live isn't  
> that tough.

And yet, it's the sort of stuff that regularly leads to weird installer
bugs that are undiagnosable and turn people off of the distro.  Sorry,
the cost isn't worth the benefit here.

>  And when you consider that someone may be booting via pxe
>> and then trying to install (see livecd-iso-to-pxeboot), there's no
>> guarantee that we can get that file back.
>
> In this case, isn't the kernel in the massive initrd that gets  
> downloaded and booted?  Could you have some logic in the initrd that  
> detects PXE boot, and makes sure to save a copy of the kernel?

No.  The kernel is just loaded into memory.  You don't have any way to
just "save a copy of the kernel" aside from really disgusting things
involving parsing memory

Jeremy




More information about the Fedora-livecd-list mailing list