>
> What do you guys think about something like this?
>
> kernel_save = "%s/%s%s" % (download_root, kernel_short, "_koan")
> initrd_save = "%s/%s%s" % (download_root, initrd_short, "_koan")
>
> that will keep the installed kernel/initrd intact.
> Do you see any bad sideeffect?
>
Provided the r
Hi,
I want to get your opinion about a little patch. I'm looking at this
code in koan/app.py:
def get_distro_files(self,profile_data, download_root):
"""
Using distro data (fetched from bootconf tree), determine
what kernel and initrd to download, and save them loca