[Ovirt-devel] [PATCH ovirt-appliance] import base-pkgs.ks

Perry N. Myers pmyers at redhat.com
Mon Sep 29 20:24:28 UTC 2008


Alan Pevec wrote:
> to make it work with appliance-tools-002-3.fc9

This patch is deprecated since Huff provided an appliance-os package which 
is now on ovirt.org.

Patches are pushed already to ovirt-release and ovirt-appliance and the 
build instructions on ovirt.org have been updated.

The important point to note is you need to install appliance-os package as 
follows:

yum install --enablerepo=ovirt appliance-os

Patches were:

commit 6d706bf1b096fbaf2574f47096bea2f317196123
Author: Perry Myers <pmyers at redhat.com>
Date:   Mon Sep 29 16:16:48 2008 -0400

    Fix base-packages ks location due to change in upstream appliance-os package
    
    Signed-of-by: Perry Myers <pmyers at redhat.com>

diff --git a/ovirt-appliance.ks b/ovirt-appliance.ks
index e60181d..0fd5186 100644
--- a/ovirt-appliance.ks
+++ b/ovirt-appliance.ks
@@ -28,7 +28,7 @@ network --device=eth1 --bootproto=static --ip=192.168.50.2 --netmask=255.255.255
 %include repos.ks
 
 %packages --nobase
-%include /usr/share/appliance-tools/base-pkgs.ks
+%include /usr/share/appliance-os/includes/base-pkgs.ks
 ovirt-recipe
 lokkit


commit 626df1f8076b23b78a3b438a96b653a1c57a103a
Author: Perry Myers <pmyers at redhat.com>
Date:   Mon Sep 29 16:16:25 2008 -0400

    Fix base-packages ks location due to change in upstream appliance-os package
    
    Signed-of-by: Perry Myers <pmyers at redhat.com>

diff --git a/ovirt.mk b/ovirt.mk
index cf56c06..d6b6ef1 100644
--- a/ovirt.mk
+++ b/ovirt.mk
@@ -108,7 +108,7 @@ tar-src:
        echo "repo --name=thincrust-net-src --baseurl=$(THINCRUST_URL)/srpms" ; \
        echo "repo --name=ovirt-local --baseurl=file://$(OVIRT_CACHE_DIR)/ovirt" ; \
        echo "%packages --nobase" ; \
-       grep -v '^-' /usr/share/appliance-tools/base-pkgs.ks ; \
+       grep -v '^-' /usr/share/appliance-os/includes/base-pkgs.ks ; \
        echo "lokkit" ; \
        for dir in $(SUBDIRS); do \
          echo "ovirt-$$dir" ; \

Perry




More information about the ovirt-devel mailing list