Bryan Kearney
2009-Jan-05 21:05 UTC
[Ovirt-devel] [PATCH appliance] Modify the appliance building to use the installer rpm
--- 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 -- 1.6.0.4
Bryan Kearney
2009-Jan-05 21:06 UTC
[Ovirt-devel] Re: [PATCH appliance] Modify the appliance building to use the installer rpm
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
Bryan Kearney
2009-Jan-23 20:04 UTC
[Ovirt-devel] [PATCH appliance] Modify the appliance building to use the installer rpm
This patch takes the output of the installer and makes use of it --- 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 -- 1.6.0.6