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

Bryan Kearney bkearney at redhat.com
Fri Jan 23 20:04:31 UTC 2009


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




More information about the ovirt-devel mailing list