Jean McCormack wrote:

> Here's what I'm thinking
> 
> img_params
>     build_area
>     live-img-compression_type
>     grub_men_modification
>     generate_ips_search_index
>     packages
>     post_install_remove_packages
>     bootroot_contents
>     output_image
>           finalizer
> 
> Does this sound OK to everyone?

I was just curious if the grub menu manipulation might be pushed out of 
the top level file and replaced with a hook to a more platform specific 
file as the current grub changes aren't pertinent to SPARC nor is there a 
good place for other required platform-specific tweaks.

Something more along the lines of:

  img_params
      build_area
      live-img-compression_type
      plat_modification
      generate_ips_search_index
      packages
      post_install_remove_packages
      bootroot_contents
      output_image
            finalizer

Then platform specific file could actually contain a if (x86) x86-code() 
else sparc-code() other it could import that actually from a separate 
file.

This saves creating separate *x86*.xml and *sparc*.xml files for the live 
cd and automated installer manifest files.

Tycho

Reply via email to