[Ovirt-devel] Re: [PATCH appliance] Modify the appliance building to use the installer rpm

Bryan Kearney bkearney at redhat.com
Mon Jan 5 21:06:26 UTC 2009


This was the last of three pacthes which brought in Joey's installer 
code. The goal, once acked, is to deprecate the recipe repo so that the 
bare-metal installer is used by the appliance as well.

-- bk

Bryan Kearney wrote:
> ---
>  ovirt-appliance.ks |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/ovirt-appliance.ks b/ovirt-appliance.ks
> index 81cb010..813a618 100644
> --- a/ovirt-appliance.ks
> +++ b/ovirt-appliance.ks
> @@ -28,7 +28,7 @@ reboot
>  
>  %packages --excludedocs --nobase
>  %include /usr/share/appliance-os/includes/base-pkgs.ks
> -ovirt-recipe
> +ovirt-server-installer
>  lokkit
>  
>  %post
> @@ -40,7 +40,7 @@ lokkit
>  
>    # The ace stuff.
>    mkdir /etc/sysconfig/ace
> -  echo ovirt >> /etc/sysconfig/ace/appliancename
> +  echo ovirt-appliance >> /etc/sysconfig/ace/appliancename
>  %end
>  
>  %post




More information about the ovirt-devel mailing list